diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-08 21:50:41 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-08 21:50:41 -0400 |
commit | 595ee0a46d510a7152766b7c70fa1c700908ad4e (patch) | |
tree | 72f7726a9bcb1c286f222e5c96eb634e0e22b2c2 /shell.nix | |
parent | set nixVersions.nix_2_21 (diff) |
nix minor housekeeping
Diffstat (limited to 'shell.nix')
-rwxr-xr-x | shell.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 + #' ''; } |