aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc-local
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-06-04 18:18:21 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-06-04 19:21:34 -0400
commit446c0feadf7ca4a3289a5a0c9e0bbe0e74801f12 (patch)
tree50ce50da1ed20937182fe82fd7b27ff680648dae /.envrc-local
parentdub nix (diff)
nix use overlays when convenient
Diffstat (limited to '.envrc-local')
-rw-r--r--.envrc-local16
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
+'