add templates as flake output
This commit is contained in:
parent
385bfedd8f
commit
c0d67ed108
11 changed files with 168 additions and 0 deletions
|
|
@ -176,6 +176,7 @@
|
|||
nixos = importApply ./flake/nixos.nix {inherit rootPath outputs;};
|
||||
home = importApply ./flake/home.nix {inherit rootPath outputs;};
|
||||
deploy = importApply ./flake/deploy.nix {inherit outputs;};
|
||||
templates = importApply ./flake/templates.nix {inherit rootPath;};
|
||||
in {
|
||||
systems = flake-utils.lib.defaultSystems;
|
||||
imports = [
|
||||
|
|
@ -183,6 +184,7 @@
|
|||
nixos
|
||||
home
|
||||
deploy
|
||||
templates
|
||||
];
|
||||
perSystem = {
|
||||
pkgs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue