Skip to content

Commit ba797bc

Browse files
committed
flake/dev: move templates configuration to dev directory
1 parent cb9db7b commit ba797bc

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

flake/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
./packages.nix
77
./configs.nix
88
./home.nix
9-
./templates.nix
109
./apps.nix
1110
inputs.flake-parts.flakeModules.partitions
1211
];
@@ -20,5 +19,6 @@
2019
"checks"
2120
"devShells"
2221
"formatter"
22+
"templates"
2323
] (_: "dev");
2424
}

flake/dev/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
./devshells.nix
44
./checks.nix
55
./formatting.nix
6+
./templates.nix
67
];
78
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ lib, ... }:
22
let
3-
templatesPath = ../templates;
3+
templatesPath = ../../templates;
44

55
scanTemplates =
66
path:

0 commit comments

Comments
 (0)