aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-11-28 15:15:03 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2020-11-28 15:15:03 -0500
commit2e34620551b30c099cacc386ba9127f0bd04f77c (patch)
tree4a1ba8b6ec3f23b8b78412d0c6742cff399b25e0 /makefile
parentnix derivation, dub & dub2nix using ldc2 1.24.0 ok (diff)
directory nixEnv (renamed from nixDevEnv)
Diffstat (limited to 'makefile')
-rw-r--r--makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/makefile b/makefile
index c75f51a..055ed39 100644
--- a/makefile
+++ b/makefile
@@ -535,23 +535,23 @@ tangle_maker:
(org-babel-tangle) \
(kill-buffer)) '($$ORGFILES)))" 2>&1
nixsh_dmd_nixpkg:
- ln -sf nixDevEnv/shells/shell-dmd-verNix.nix shell.nix; \
- ln -sf nixDevEnv/dub/mkDub-dmd.nix mkDub.nix; \
+ ln -sf nixEnv/shells/shell-dmd-verNix.nix shell.nix; \
+ ln -sf nixEnv/dub/mkDub-dmd.nix mkDub.nix; \
ls -la shell.nix mkDub.nix | cut -d " " -f 9-; \
nix-shell;
nixsh_dmd_user:
- ln -sf nixDevEnv/shells/shell-dmd-verUser.nix shell.nix; \
- ln -sf nixDevEnv/dub/mkDub-dmd.nix mkDub.nix; \
+ ln -sf nixEnv/shells/shell-dmd-verUser.nix shell.nix; \
+ ln -sf nixEnv/dub/mkDub-dmd.nix mkDub.nix; \
ls -la shell.nix mkDub.nix | cut -d " " -f 9-; \
nix-shell;
nixsh_ldc_nixpkg:
- ln -sf nixDevEnv/shells/shell-ldc-verNix.nix shell.nix; \
- ln -sf nixDevEnv/dub/mkDub-ldc.nix mkDub.nix; \
+ ln -sf nixEnv/shells/shell-ldc-verNix.nix shell.nix; \
+ ln -sf nixEnv/dub/mkDub-ldc.nix mkDub.nix; \
ls -la shell.nix mkDub.nix | cut -d " " -f 9-; \
nix-shell;
nixsh_ldc_user:
- ln -sf nixDevEnv/shells/shell-ldc-verUser.nix shell.nix; \
- ln -sf nixDevEnv/dub/mkDub-ldc.nix mkDub.nix; \
+ ln -sf nixEnv/shells/shell-ldc-verUser.nix shell.nix; \
+ ln -sf nixEnv/dub/mkDub-ldc.nix mkDub.nix; \
ls -la shell.nix mkDub.nix | cut -d " " -f 9-; \
nix-shell;
gitsnapshot: distclean tangle