Add settings.json back

This commit is contained in:
Johannes Kirschbauer
2024-06-25 12:12:09 +02:00
committed by hsjobeki
parent 4bf862eb27
commit 25024aba95
8 changed files with 158 additions and 96 deletions

View File

@@ -5,7 +5,10 @@
...
}:
{
imports = [ ./jsonschema/flake-module.nix ];
imports = [
./jsonschema/flake-module.nix
./inventory/flake-module.nix
];
flake.lib = import ./default.nix {
inherit lib inputs;
inherit (inputs) nixpkgs;