Unverified Commit 60e499c1 authored by Fabian Möller's avatar Fabian Möller
Browse files

nixos/netboot: Fix netbootRamdisk build

parent 130e852f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
          }
        ];
    };