summaryrefslogtreecommitdiffhomepage
path: root/nixDevEnv.sh
diff options
context:
space:
mode:
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