lib: refactor outputs into toplevel

This commit is contained in:
lassulus
2023-07-19 19:07:40 +00:00
committed by mergify[bot]
parent 7eb0940839
commit cdaff66b57
4 changed files with 166 additions and 81 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ let
imports = lib.singleton { disko.devices = cfg.disko.devices; };
options = {
disko.devices = lib.mkOption {
type = diskoLib.devices;
type = diskoLib.toplevel;
};
};
};