In $NIX_PATH, use nixpkgs=...

This is required by the "nix" command to find Nixpkgs.

+1 -1
+1 -1
nixos/modules/services/misc/nix-daemon.nix
··· 311 311 nixPath = mkOption { 312 312 type = types.listOf types.str; 313 313 default = 314 - [ "/nix/var/nix/profiles/per-user/root/channels/nixos" 314 + [ "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs" 315 315 "nixos-config=/etc/nixos/configuration.nix" 316 316 "/nix/var/nix/profiles/per-user/root/channels" 317 317 ];