diff options
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index c0b31de..f9eb055 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,9 @@ templates = { base = { path = ./base; - description = "Uses direnv and not much else."; + description = '' + Minimal flake, defines a shell, direnv, and gitignore. + ''; }; rust = { |