-
Notifications
You must be signed in to change notification settings - Fork 11
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
src/main.sh: Add --experimental-features and --extra-experimental-features support #34
base: master
Are you sure you want to change the base?
Conversation
00ed107
to
c8192ed
Compare
c8192ed
to
9da16d6
Compare
@msteen Can you please merge this and tag a new release? |
9da16d6
to
571ec2d
Compare
Describe the changes inside the |
@msteen Could you help take a look? |
* Default to using --extra-experimental-features instead of --experimental-features to show respect to the environment configuration. * Add flags --extra-experimental-features and --experimental-features to allow manual specification to the experimental-features setting (e.g. use `builtins.getFlake` when not globally enabled).
571ec2d
to
c5744ef
Compare
I accidentally base the CHANGELOG.md work on a non-relevant commit. Just solve the problem. |
Any news on this? I'd love to be able to generate a new vendor SHA for packages built with |
Hopefully fixes: #130 Even though nix-installer-action enables flakes by default, it is overrided by nix-prefetch since it sets `--experimental-features`. See msteen/nix-prefetch#34
This repo hasn't seen activity in 3 years, it's time for a fork. |
@eclairevoyant Considering that this project is mission-critical to Nixpkgs, it sounds reasonable to either merge it into Nixpkgs or move it under the nix-community organization. How should we proceed with the forking? I opened an issue about this two years ago (#40). We could discuss it there. |
Default to using --extra-experimental-features
instead of --experimental-features
to show respect to the environment configuration.
Add flags --extra-experimental-features and --experimental-features
to allow manual specification to the experimental-features setting
(e.g. use
builtins.getFlake
when not globally enabled).Fixes #35