summaryrefslogtreecommitdiffhomepage
path: root/.envrc-local
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-04-24 12:11:50 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-04-24 12:11:50 -0400
commit7591439b407b39ecfc37b667bc3d54192aa4b9ef (patch)
treee95e3977686f54735fcd8707da815ead918e703d /.envrc-local
ldc-1.37.0 ... dub 1.36.0
Diffstat (limited to '.envrc-local')
-rw-r--r--.envrc-local9
1 files changed, 9 insertions, 0 deletions
diff --git a/.envrc-local b/.envrc-local
new file mode 100644
index 0000000..ce9bbb8
--- /dev/null
+++ b/.envrc-local
@@ -0,0 +1,9 @@
+#if [[ !( -f ./nix-flakes.org) && -f ../dlang-nix-flakes.org ]]; then
+# # for editing purpose link to the .org file that creates ./dlang-nix-flakes/ content
+# ln -s ../dlang-nix-flakes.org ./nix-flakes.org
+#fi
+if [[ ! -d ./.git ]]; then
+ git init
+ git add .
+fi
+#eval "$(nix print-dev-env)"