summaryrefslogtreecommitdiffstats
path: root/tests/zfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zfs.nix')
-rw-r--r--tests/zfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs.nix b/tests/zfs.nix
index 78b64bd..d88070e 100644
--- a/tests/zfs.nix
+++ b/tests/zfs.nix
@@ -2,7 +2,7 @@
, makeDiskoTest ? (pkgs.callPackage ./lib.nix { }).makeDiskoTest
}:
makeDiskoTest {
- disko-config = import ../example/zfs.nix;
+ disko-config = ../example/zfs.nix;
extraConfig = {
fileSystems."/zfs_legacy_fs".options = [ "nofail" ]; # TODO find out why we need this!
};