From fec0b14fb5b9204bbc92eb5fa0f0f60bba2815f6 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 29 Oct 2022 13:19:29 +0200 Subject: add tests for module and cli --- tests/zfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/zfs.nix') 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! }; -- cgit v1.2.3