1 parent 040f680 commit f7215b7Copy full SHA for f7215b7
1 file changed
pkgs/os-specific/linux/zfs/unstable.nix
@@ -25,6 +25,11 @@ callPackage ./generic.nix args {
25
26
hash = "sha256-I1wLbstr0cFiGsyynP9kJ9ATRp/2b+fnnsdz0up+IzM=";
27
28
+ extraPatches = [
29
+ # FIDEDUPERANGE support, sent upstream
30
+ ./fideduperange.patch
31
+ ];
32
+
33
extraLongDescription = ''
34
This is "unstable" ZFS, and will usually be a pre-release version of ZFS.
35
It may be less well-tested and have critical bugs.
0 commit comments