aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-10-19 13:38:37 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-10-20 12:12:28 -0400
commit109d32b1183717ac19ee2109abb41177bf9e71ff (patch)
tree3e45be8dd66e6e4e7f86469dcf4d225bdc9ce55f /makefile
parentspine info update (diff)
project nix shell(s)
Diffstat (limited to 'makefile')
-rw-r--r--makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/makefile b/makefile
index 00b4e49..386bf34 100644
--- a/makefile
+++ b/makefile
@@ -534,6 +534,26 @@ tangle_maker:
(setq-local org-src-preserve-indentation t) \
(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; \
+ 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; \
+ 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; \
+ 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; \
+ ls -la shell.nix mkDub.nix | cut -d " " -f 9-; \
+ nix-shell;
gitsnapshot: distclean tangle
git commit -a
.PHONY : all build rebuild debug release \