Skip to content

Commit

Permalink
Stop requiring the nixpkgs symlink in NixOS channel tarballs
Browse files Browse the repository at this point in the history
Ideally I'd like the whole `nixos`/`nixpkgs` channel distinction to disappear, but this is a step along that path. After a while being in this state, we can stop creating the magic `nixpkgs -> .` symlink inside our `nixos` channel tarballs and simplify that whole mess a bit.
  • Loading branch information
copumpkin committed May 21, 2018
1 parent 2a5b255 commit 0598652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/nix-daemon.nix
Expand Up @@ -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"
];
Expand Down

0 comments on commit 0598652

Please sign in to comment.