Adapt package names to upstream changes

This commit is contained in:
2025-11-11 12:08:59 +01:00
parent 5ab5e53476
commit d8c976ec47
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
}:
let
isUnstable = config.boot.zfs.package == pkgs.zfsUnstable;
isUnstable = config.boot.zfs.package == pkgs.zfs_unstable;
zfsCompatibleKernelPackages = lib.filterAttrs (
name: kernelPackages:
(builtins.match "linux_[0-9]+_[0-9]+" name) != null