···39 vmWithBootLoader = vmWithBootLoaderConfig.system.build.vm;
4041 # The following are used by nixos-rebuild.
42- nixFallback = pkgs.nixUnstable;
43}
···39 vmWithBootLoader = vmWithBootLoaderConfig.system.build.vm;
4041 # The following are used by nixos-rebuild.
42+ nixFallback = pkgs.nixUnstable.out;
43}
+2-2
nixos/modules/services/misc/nix-daemon.nix
···6566 package = mkOption {
67 type = types.package;
68- default = pkgs.nix;
69- defaultText = "pkgs.nix";
70 description = ''
71 This option specifies the Nix package instance to use throughout the system.
72 '';
···6566 package = mkOption {
67 type = types.package;
68+ default = pkgs.nix.out;
69+ defaultText = "pkgs.nix.out";
70 description = ''
71 This option specifies the Nix package instance to use throughout the system.
72 '';