lib: add filesystems
This commit is contained in:
parent
221804e83e
commit
036c94a2b1
2 changed files with 46 additions and 0 deletions
|
@ -64,6 +64,7 @@ rec {
|
|||
};
|
||||
|
||||
disko = import ./disko.nix { inherit lib; };
|
||||
filesystems = import ./filesystems.nix { inherit lib self; };
|
||||
} // (
|
||||
import ./digga.nix { inherit lib; }
|
||||
) // (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue