clan machines
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./fmt.nix
|
./fmt.nix
|
||||||
./shell.nix
|
./shell.nix
|
||||||
|
./machines
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
imports = [
|
|
||||||
|
|
||||||
];
|
|
||||||
|
|
||||||
# New machine!
|
|
||||||
}
|
|
12
machines/default.nix
Normal file
12
machines/default.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{ inputs, self, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
inputs.clan-core.flakeModules.default
|
||||||
|
];
|
||||||
|
clan = {
|
||||||
|
meta.name = "NewEdgeClan";
|
||||||
|
machines = { };
|
||||||
|
specialArgs = { inherit self; };
|
||||||
|
inherit self;
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user