mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
move template to top-level
This commit is contained in:
parent
637ea85e47
commit
e36c8964f0
2 changed files with 2 additions and 1 deletions
|
@ -38,9 +38,10 @@ let
|
|||
oizysFlake = {
|
||||
templates = {
|
||||
dev = {
|
||||
path = ./templates/dev;
|
||||
path = ../templates/dev;
|
||||
description = "a basic dev shell";
|
||||
};
|
||||
default = self.templates.dev;
|
||||
};
|
||||
nixosModules = listToAttrs (findModulesList ../modules);
|
||||
nixosConfigurations = mapAttrs (name: _: mkSystem name) (readDir ../hosts);
|
||||
|
|
Loading…
Reference in a new issue