#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)"