mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
ntfs.nix: Remove copypasta jfs stuff
Thanks to @wizeman for spotting this!
This commit is contained in:
parent
11a9774c75
commit
fc91ba52df
1 changed files with 0 additions and 5 deletions
|
@ -13,10 +13,5 @@ in
|
||||||
|
|
||||||
system.fsPackages = [ pkgs.ntfs3g ];
|
system.fsPackages = [ pkgs.ntfs3g ];
|
||||||
|
|
||||||
boot.initrd.kernelModules = mkIf inInitrd [ "jfs" ];
|
|
||||||
|
|
||||||
boot.initrd.extraUtilsCommands = mkIf inInitrd ''
|
|
||||||
copy_bin_and_libs ${pkgs.jfsutils}/sbin/fsck.jfs
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue