nix support and github workflow #4
Reference in New Issue
Block a user
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 cachefinally, I wasn't sure how to do versioning so I just did 20230314, the current date. any input on this?
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.