mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/repart-image: support swap
This commit is contained in:
parent
12f53ad43a
commit
8a12cae321
2 changed files with 9 additions and 0 deletions
|
@ -81,6 +81,7 @@ let
|
|||
"erofs" = [ erofs-utils ];
|
||||
"btrfs" = [ btrfs-progs ];
|
||||
"xfs" = [ xfsprogs ];
|
||||
"swap" = [ util-linux ];
|
||||
};
|
||||
|
||||
fileSystemTools = builtins.concatMap (f: fileSystemToolMapping."${f}") fileSystems;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue