Loading nixos/modules/tasks/filesystems/vfat.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; } Loading
nixos/modules/tasks/filesystems/vfat.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; }