Commit a5617fb89784

Vincent Demeester <vincent@sbr.pm>
2026-08-03 16:25:37
chore(direnv): inherit parent env in home .envrc
Allowed ~/src/.envrc defaults such as PI_START_MODE to reach this repository instead of being shadowed by the local flake envrc.
1 parent 23e8dd7
Changed files (1)
.envrc
@@ -1,4 +1,8 @@
+# shellcheck shell=bash
+# shellcheck disable=SC1091
 # use flake
+source_up
+
 test -f .secrets && source .secrets || echo "no secrets"
 # eval "$(lorri direnv)"
 use_flake