Unverified Commit c45ef5ee authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 263b560d 2e0d0d63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13560,7 +13560,7 @@
  };
  lgcl = {
    email = "dev@lgcl.de";
    name = "Leon Vack";
    name = "Leonie Marcy Vack";
    github = "LogicalOverflow";
    githubId = 5919957;
  };
+1 −1
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@ in
        after = [ "zfs.target" ];

        path = with pkgs; [
          zfs
          config.boot.zfs.package
          mbuffer
          openssh
        ];