diff options
author | Irene Knapp <ireneista@gmail.com> | 2023-10-02 03:18:33 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@gmail.com> | 2023-10-02 03:18:33 -0700 |
commit | f5930af1791dd5a94e9441ca127145c815d1f221 (patch) | |
tree | 34012867d47903108729984d809fc51bc954dbd5 | |
parent | 6674db8b66ac65068865864e54cb92baf9fdde7b (diff) |
more description
-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 = { |