-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
18.09: backport nix 2.1.1 -> 2.1.2 -> 2.1.3 #49820
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
Conversation
@GrahamcOfBorg build nix |
The last time I tried bumping Nix on my system, I had problems with nix-plugins. It would build fine, but it'd fail to link as a |
I don't think any of the tests use plugins, currently. |
Success on aarch64-linux (full log) Attempted: nix Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: nix Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: nix Partial log (click to expand)
|
afaik @shlevy was fixing that at nixcon |
Hm, seems to work: $ export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/9f2e2ee638700fe3b50c17caa9ab25de7e4d3018.tar.gz
$ plugins=$(nix-build --no-out-link "<nixpkgs>" -A nix-plugins)
$ nix run nixpkgs.nix -c nix eval --plugin-files $plugins/lib/nix/plugins '(builtins.extraBuiltins)'
null |
@domenkozar I fixed it for master, but it wasn't broken on release-18.09. I can backport the fix if it's broken here? |
Verified |
Success on aarch64-linux (full log) Attempted: nix Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: nix Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: nix Partial log (click to expand)
|
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)