add nixos tests for disko.config, extend/fix existing tests

This commit is contained in:
lassulus
2022-10-02 16:41:02 +02:00
parent a215a19759
commit 9f7f23abdb
22 changed files with 448 additions and 110 deletions
+1
View File
@@ -14,6 +14,7 @@
import ./tests {
inherit pkgs;
makeTest = import (pkgs.path + "/nixos/tests/make-test-python.nix");
eval-config = import (pkgs.path + "/nixos/lib/eval-config.nix");
};
};
}