add zfs-tools
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m53s

This commit is contained in:
Ingolf Wagner 2024-08-07 18:35:47 +02:00
parent 8efad90f4b
commit 36fc0508b0
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -21,6 +21,7 @@ with lib;
${pkgs.zfs}/bin/zfs list -o ${concatStringsSep "," options} "$@"
''
)
pkgs.zfs-prune-snapshots
];
}
];