Skip to content

Commit

Permalink
zfs_unstable: remove unused param
Browse files Browse the repository at this point in the history
(cherry picked from commit 52a7570)
  • Loading branch information
amarshall committed Sep 10, 2024
1 parent f4c846a commit fe1ef01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkgs/os-specific/linux/zfs/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ let
, kernelModuleAttribute
, extraPatches ? []
, rev ? "zfs-${version}"
, isUnstable ? false
, latestCompatibleLinuxPackages
, kernelCompatible ? null
, maintainers ? (with lib.maintainers; [ amarshall ])
Expand Down
1 change: 0 additions & 1 deletion pkgs/os-specific/linux/zfs/unstable.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ callPackage ./generic.nix args {
version = "2.2.5";
# rev = "";

isUnstable = true;
tests = [
nixosTests.zfs.unstable
];
Expand Down

0 comments on commit fe1ef01

Please sign in to comment.