From e2c38ef18ea3006d941dddccbe76050407698b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 16 Mar 2025 16:47:33 +0100 Subject: [PATCH] fix templates --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 109c877..fff8c41 100644 --- a/flake.nix +++ b/flake.nix @@ -98,11 +98,11 @@ # to pass through arguments to home.nix extraSpecialArgs = {inherit inputs;}; }; - }; - templates = { - rust = { - path = ./templates/rust; - description = "A simple rust binary template"; + templates = { + rust = { + path = ./templates/rust; + description = "A simple rust binary template"; + }; }; }; }