summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index b76910f..5edef1b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -86,10 +86,7 @@
templates = let
# string -> string -> {}
mkTemplate = name: description: {
- path = builtins.path {
- name = "${name}-template-src";
- path = ./templates/${name};
- };
+ path = "${self}/templates/${name}";
inherit description;
};
in {