From 419c33d200b204a0a8944be660b6db2361a00537 Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Sat, 14 Sep 2024 00:41:32 +0100 Subject: [PATCH] flake: nix run "nixpks#nixfmt-rfc-style" -- flake.nix --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index bea5f5b..6b77cf0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,9 @@ { description = "Flake Template Hell"; - outputs = _: { + outputs = _: { templates = builtins.mapAttrs (name: _: { - path = ./templates/${name}; - description = "Template for ${name} projects."; + path = ./templates/${name}; + description = "Template for ${name} projects."; }) (builtins.readDir ./templates); }; }