add missing parted package back to 22.11 release
This commit is contained in:
parent
8451894552
commit
d7311ed7f8
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@
|
|||
programs.nano.syntaxHighlight = lib.mkForce false;
|
||||
|
||||
# prevents nano, strace
|
||||
environment.defaultPackages = lib.mkForce [ pkgs.rsync ];
|
||||
environment.defaultPackages = lib.mkForce [
|
||||
pkgs.rsync
|
||||
pkgs.parted
|
||||
];
|
||||
|
||||
# zfs support is accidentally disabled by excluding base.nix, re-enable it
|
||||
boot = {
|
||||
|
|
Loading…
Reference in a new issue