···3939 vmWithBootLoader = vmWithBootLoaderConfig.system.build.vm;
40404141 # The following are used by nixos-rebuild.
4242- nixFallback = pkgs.nixUnstable;
4242+ nixFallback = pkgs.nixUnstable.out;
4343}
+2-2
nixos/modules/services/misc/nix-daemon.nix
···65656666 package = mkOption {
6767 type = types.package;
6868- default = pkgs.nix;
6969- defaultText = "pkgs.nix";
6868+ default = pkgs.nix.out;
6969+ defaultText = "pkgs.nix.out";
7070 description = ''
7171 This option specifies the Nix package instance to use throughout the system.
7272 '';