split disko type into multiple files

This commit is contained in:
Jörg Thalheim 2023-01-28 16:19:13 +01:00
parent aa26c0ce0d
commit 48e4c06004
21 changed files with 1595 additions and 3 deletions

View file

@ -2,7 +2,7 @@
, rootMountPoint ? "/mnt"
}:
let
types = import ./types.nix { inherit lib rootMountPoint; };
types = import ./types { inherit lib rootMountPoint; };
eval = cfg: lib.evalModules {
modules = lib.singleton {
# _file = toString input;