Merge pull request #40892 from NixOS/no-more-nixpkgs-symlink

Stop requiring the nixpkgs symlink in NixOS channel tarballs
This commit is contained in:
Yegor Timoshenko 2018-05-22 03:16:04 +03:00 committed by GitHub
commit 5da85431fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,7 +340,7 @@ in
default =
[
"$HOME/.nix-defexpr/channels"
"nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs"
"nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos"
"nixos-config=/etc/nixos/configuration.nix"
"/nix/var/nix/profiles/per-user/root/channels"
];