Skip to content

Commit 60e499c

Browse files
committed
nixos/netboot: Fix netbootRamdisk build
1 parent 130e852 commit 60e499c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nixos/modules/installer/netboot/netboot.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ with lib;
8888
prepend = [ "${config.system.build.initialRamdisk}/initrd" ];
8989

9090
contents =
91-
[ { object = config.system.build.squashfsStore;
92-
symlink = "/nix-store.squashfs";
91+
[ { source = config.system.build.squashfsStore;
92+
target = "/nix-store.squashfs";
9393
}
9494
];
9595
};

0 commit comments

Comments
 (0)