about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/gunnr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index d36ac128..70774e1c 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -16,7 +16,7 @@
     };
 
     zfs = {
-      package = passthru.latestCompatibleLinuxPackages;
+      package = pkgs.zfs_unstable;
       requestEncryptionCredentials = true;
     };