diff options
Diffstat (limited to '.envrc-local')
-rw-r--r-- | .envrc-local | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.envrc-local b/.envrc-local new file mode 100644 index 0000000..bfa75d7 --- /dev/null +++ b/.envrc-local @@ -0,0 +1,16 @@ +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 zsh + + ❯❯ nix develop + ❯❯ nix develop -c zsh + ❯❯ nix develop ".#dsh-overlay-ldc" --print-build-logs + + ❯❯ nix build + ❯❯ nix build ".#default" --print-build-logs +' |