diff options
| author | seth <[email protected]> | 2024-07-06 04:02:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-06 04:12:41 -0400 |
| commit | 8875ad5fb466944667e5171035aa8f5c01675e93 (patch) | |
| tree | e453699bbfcc7b8fb566490c8930e60c6adac07b /templates/default.nix | |
| parent | c3ad734168ea13fde1e2f6ec3fbdccf78f72aada (diff) | |
tree-wide: alejandra -> nixfmt
Diffstat (limited to 'templates/default.nix')
| -rw-r--r-- | templates/default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/default.nix b/templates/default.nix index 349f9df..1c67349 100644 --- a/templates/default.nix +++ b/templates/default.nix @@ -9,8 +9,8 @@ let inherit description; }; in - builtins.mapAttrs toTemplate { - basic = "minimal boilerplate for my flakes"; - full = "big template for complex flakes (using flake-parts)"; - nixos = "minimal boilerplate for flake-based nixos configuration"; - } +builtins.mapAttrs toTemplate { + basic = "minimal boilerplate for my flakes"; + full = "big template for complex flakes (using flake-parts)"; + nixos = "minimal boilerplate for flake-based nixos configuration"; +} |
