summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-22 03:38:49 -0400
committerseth <[email protected]>2024-07-22 03:38:55 -0400
commit5eb3ff7f01f67ba3c5d926f1a1247108bcfcd796 (patch)
tree71df1f2e6087c9155715ccf023b3ad52626e41f5 /flake.nix
parent3e9ee17994ef6956aa4396a02ef8db4d60a978f9 (diff)
templates: use self for path
fixes random errors about the path not existing
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a9e8876..d52fceb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -61,6 +61,6 @@
formatter = forAllSystems (system: treefmtFor.${system}.config.build.wrapper);
- templates = import ./templates;
+ templates = import ./templates self;
};
}