znapzend: use system's zfs package (#395479)

This commit is contained in:
jopejoe1 2025-04-03 10:25:35 +02:00 committed by GitHub
commit c45ef5ee28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13560,7 +13560,7 @@
};
lgcl = {
email = "dev@lgcl.de";
name = "Leon Vack";
name = "Leonie Marcy Vack";
github = "LogicalOverflow";
githubId = 5919957;
};

View File

@ -474,7 +474,7 @@ in
after = [ "zfs.target" ];
path = with pkgs; [
zfs
config.boot.zfs.package
mbuffer
openssh
];