-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nix flakes support #34
Comments
That's doable via If we'd use Cachix on github.com/NixOS/nix I would be able to get github actions to generate installer script for each PR. The main challenge is that you need to first build binary tarball for platforms and then use a stable url to generate the installer. |
See also cachix/cachix-action#47 |
For other users: flakes install scripts can be found here: https://github.com/numtide/nix-flakes-installer |
This is now supported in master. Ideally upstream would publish all Nix releases, but that's out of scope for this action. |
It would be great if it was possible to pin what version of nix is being installed, and then be able to install the nix flakes edition through this mechanism.
I think that the nix publishing needs to be extended to also publish install scripts for the flakes branch first.
The text was updated successfully, but these errors were encountered: