summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
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 = {