aboutsummaryrefslogtreecommitdiffhomepage
path: root/nixDevEnv.sh
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-03-11 21:06:25 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-03-11 21:07:28 -0400
commit1aed76229222550727e7119bbca3cde59a043f9e (patch)
tree11e7b61079a467169750127565da1d7af66417fb /nixDevEnv.sh
parentupdates incl. ldc-1.35.0, direnv-2.4.0 (diff)
package & nix update (sync with sisu spine)
Diffstat (limited to 'nixDevEnv.sh')
-rw-r--r--nixDevEnv.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixDevEnv.sh b/nixDevEnv.sh
new file mode 100644
index 0000000..640d07e
--- /dev/null
+++ b/nixDevEnv.sh
@@ -0,0 +1,3 @@
+if [ -f .envrc ]; then
+ source_env_if_exists .envrc || source .envrc
+fi