flake: nix run "nixpks#nixfmt-rfc-style" -- flake.nix

This commit is contained in:
Artur Manuel 2024-09-14 00:41:32 +01:00
commit 419c33d200
Failed to generate hash of commit

View file

@ -2,8 +2,8 @@
description = "Flake Template Hell";
outputs = _: {
templates = builtins.mapAttrs (name: _: {
path = ./templates/${name};
description = "Template for ${name} projects.";
path = ./templates/${name};
description = "Template for ${name} projects.";
}) (builtins.readDir ./templates);
};
}