Unverified Commit 63429f43 authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

Merge pull request #263627 from colemickens/systemd-stage1-fix-dosfstools

nixos/fs/vfat: fix inclusion in systemd stage1
parents 4d6d43f4 8c7908ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ in
        ln -sv dosfsck $out/bin/fsck.vfat
      '';

    boot.initrd.systemd.extraBin = mkIf inInitrd [ pkgs.dosfstools ];
    boot.initrd.systemd.initrdBin = mkIf inInitrd [ pkgs.dosfstools ];

  };
}