From 5eb3ff7f01f67ba3c5d926f1a1247108bcfcd796 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 22 Jul 2024 03:38:49 -0400 Subject: templates: use self for path fixes random errors about the path not existing --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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; }; } -- cgit v1.2.3