nix support and github workflow #4

Merged
Astavie merged 3 commits from main into main 2023-03-14 15:35:40 -04:00
Astavie commented 2023-03-14 15:23:16 -04:00 (Migrated from github.com)

heya! here is the nix flake. I also added a github workflow to automatically test if it builds

regarding secrets.GITHUB_TOKEN: this is optional and does not need to be added, but since nix downloads a few things from github it might run into rate limiting issues. apparently providing your own github token helps out a bit. I don't think this will be much of a problem though since the majority of packages will be fetched from the nix cache

finally, I wasn't sure how to do versioning so I just did 20230314, the current date. any input on this?

heya! here is the nix flake. I also added a github workflow to automatically test if it builds regarding `secrets.GITHUB_TOKEN`: this is optional and does not need to be added, but since nix downloads a few things from github it might run into rate limiting issues. apparently providing your own github token helps out a bit. I don't think this will be much of a problem though since the majority of packages will be fetched from the nix cache finally, I wasn't sure how to do versioning so I just did 20230314, the current date. any input on this?
technobaboo commented 2023-03-14 15:30:32 -04:00 (Migrated from github.com)

yea the versioning on the server is... not really consistent right now since it doesn't need to be, stardust isn't at 1.0 yet and nobody's relying on it being stable. When people do start, we'll use SemVer.

yea the versioning on the server is... not really consistent right now since it doesn't need to be, stardust isn't at 1.0 yet and nobody's relying on it being stable. When people do start, we'll use SemVer.
Sign in to join this conversation.