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

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
let
types = import ./types.nix {
types = import ./types {
inherit lib;
rootMountPoint = config.disko.rootMountPoint;
};