We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130e852 commit 60e499cCopy full SHA for 60e499c
nixos/modules/installer/netboot/netboot.nix
@@ -88,8 +88,8 @@ with lib;
88
prepend = [ "${config.system.build.initialRamdisk}/initrd" ];
89
90
contents =
91
- [ { object = config.system.build.squashfsStore;
92
- symlink = "/nix-store.squashfs";
+ [ { source = config.system.build.squashfsStore;
+ target = "/nix-store.squashfs";
93
}
94
];
95
};
0 commit comments