From 7591439b407b39ecfc37b667bc3d54192aa4b9ef Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 24 Apr 2024 12:11:50 -0400 Subject: ldc-1.37.0 ... dub 1.36.0 --- .envrc-local | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .envrc-local (limited to '.envrc-local') 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)" -- cgit v1.2.3