add missing parted package back to 22.11 release

This commit is contained in:
Jörg Thalheim 2023-05-15 13:32:57 +02:00
parent 8451894552
commit d7311ed7f8

View file

@ -18,7 +18,10 @@
programs.nano.syntaxHighlight = lib.mkForce false; programs.nano.syntaxHighlight = lib.mkForce false;
# prevents nano, strace # 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 # zfs support is accidentally disabled by excluding base.nix, re-enable it
boot = { boot = {