mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
split disko type into multiple files
This commit is contained in:
parent
aa26c0ce0d
commit
48e4c06004
21 changed files with 1595 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue