Add settings.json back
This commit is contained in:
committed by
hsjobeki
parent
4bf862eb27
commit
25024aba95
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user