0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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

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