Add flake-parts module

This commit is contained in:
Johannes Kirschbauer
2024-08-01 13:59:36 +02:00
parent 8b0212b828
commit 35891f7165
6 changed files with 61 additions and 447 deletions

View File

@@ -49,7 +49,6 @@ in
inventory.meta.name = "test";
}
# Build-clan implementation
./module.nix
# Explicit output, usually defined by flake-parts
{ options.nixosConfigurations = lib.mkOption { type = lib.types.raw; }; }