aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc-local
diff options
context:
space:
mode:
Diffstat (limited to '.envrc-local')
-rw-r--r--.envrc-local16
1 files changed, 0 insertions, 16 deletions
diff --git a/.envrc-local b/.envrc-local
deleted file mode 100644
index d56ab09..0000000
--- a/.envrc-local
+++ /dev/null
@@ -1,16 +0,0 @@
-if [[ ! -d ./.git ]]; then
- git init
- git add .
-fi
-echo '
- .envrc-local echo ❯❯
-
- ❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c $SHELL
-
- ❯❯ nix develop
- ❯❯ nix develop -c $SHELL
- ❯❯ nix develop ".#dsh-overlay-ldc" --print-build-logs
-
- ❯❯ nix build
- ❯❯ nix build ".#default" --print-build-logs
-'