From 7977b528cde6b90a3d37cd5e843d764e94b2f6b7 Mon Sep 17 00:00:00 2001 From: Elisiei Yehorov Date: Mon, 28 Jul 2025 22:24:38 +0200 Subject: [PATCH] ok --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 348dfb9..068d8db 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "nix flakes"; outputs = - { }: + { self }: { templates = { go = { @@ -10,5 +10,7 @@ description = "go template"; }; }; + + defaultTemplate = self.templates.go; }; }