zfs_unstable: remove unused param

This commit is contained in:
Andrew Marshall
2024-08-14 12:51:27 -04:00
parent d0e1602ddd
commit 52a7570e09
2 changed files with 0 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ let
, kernelModuleAttribute
, extraPatches ? []
, rev ? "zfs-${version}"
, isUnstable ? false
, latestCompatibleLinuxPackages
, kernelCompatible ? null
, maintainers ? (with lib.maintainers; [ amarshall ])

View File

@@ -26,7 +26,6 @@ callPackage ./generic.nix args {
version = "2.2.5";
# rev = "";
isUnstable = true;
tests = [
nixosTests.zfs.unstable
];