12 lines
364 B
Nix
12 lines
364 B
Nix
{ inputs, lib, ... }:
|
|
{
|
|
imports = [
|
|
inputs.flake-file.flakeModules.dendritic
|
|
inputs.den.flakeModules.dendritic
|
|
];
|
|
flake-file.do-not-edit = "You FAGGOT; Do NOT edit this file !!!!, run 'nix run .#write-flake' ";
|
|
flake-file.outputs = lib.mkForce ''
|
|
inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./config)
|
|
'';
|
|
}
|