summaryrefslogtreecommitdiffhomepage
path: root/.envrc-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 /.envrc-nix
parentset nixVersions.nix_2_21 (diff)
nix minor housekeeping
Diffstat (limited to '.envrc-nix')
-rw-r--r--.envrc-nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/.envrc-nix b/.envrc-nix
index f91e3f5..0da58f8 100644
--- a/.envrc-nix
+++ b/.envrc-nix
@@ -19,18 +19,3 @@ echo ""
PATH_add result/bin
use flake .
#use flake .#default
-echo '
-- consider running:
- ❯❯ nix flake show
- ❯❯ nix flake update && nix flake check && nix flake show
- ❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c $SHELL
-
-- for a dev shell:
- ❯❯ nix develop
- ❯❯ nix develop -c $SHELL
- ❯❯ nix develop ".#dsh-overlay-ldc" --print-build-logs
-
-- to build project:
- ❯❯ nix build --print-build-logs
- ❯❯ nix build ".#" --print-build-logs
-'