nixos/netboot: Fix netbootRamdisk build

This commit is contained in:
Fabian Möller
2024-07-31 09:16:39 +02:00
parent 130e852f92
commit 60e499c17c
+2 -2
View File
@@ -88,8 +88,8 @@ with lib;
prepend = [ "${config.system.build.initialRamdisk}/initrd" ];
contents =
[ { object = config.system.build.squashfsStore;
symlink = "/nix-store.squashfs";
[ { source = config.system.build.squashfsStore;
target = "/nix-store.squashfs";
}
];
};