summaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-05-08 21:50:41 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-05-08 21:50:41 -0400
commit595ee0a46d510a7152766b7c70fa1c700908ad4e (patch)
tree72f7726a9bcb1c286f222e5c96eb634e0e22b2c2 /shell.nix
parentset nixVersions.nix_2_21 (diff)
nix minor housekeeping
Diffstat (limited to 'shell.nix')
-rwxr-xr-xshell.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 91e0840..50575eb 100755
--- a/shell.nix
+++ b/shell.nix
@@ -40,5 +40,9 @@ with pkgs-nix;
#gtkd
];
shellHook = ''
+ #echo '
+ # shell.nix echo ❯❯
+ # ❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c $SHELL
+ #'
'';
}