summaryrefslogtreecommitdiffhomepage
path: root/.envrc-local
diff options
context:
space:
mode:
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)"