aboutsummaryrefslogtreecommitdiff
path: root/devenv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devenv.nix')
-rw-r--r--devenv.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/devenv.nix b/devenv.nix
index e32a155..c32313f 100644
--- a/devenv.nix
+++ b/devenv.nix
@@ -24,11 +24,15 @@
scripts.hello.exec = ''
echo hello from $GREET
'';
+ scripts.about.exec = ''
+ ${pkgs.glow}/bin/glow -p ./README.md
+ less ./LICENSE
+ '';
enterShell = ''
hello
git --version
- alejandra --version
+ nixpkgs-fmt --version
'';
# https://devenv.sh/tests/