From 36fc0508b0bde45811ac1e4831c41f98cf428982 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 7 Aug 2024 18:35:47 +0200 Subject: [PATCH] add zfs-tools --- homes/common/zfs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homes/common/zfs.nix b/homes/common/zfs.nix index 4b4b07b..9191092 100644 --- a/homes/common/zfs.nix +++ b/homes/common/zfs.nix @@ -21,6 +21,7 @@ with lib; ${pkgs.zfs}/bin/zfs list -o ${concatStringsSep "," options} "$@" '' ) + pkgs.zfs-prune-snapshots ]; } ];