summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00291b2..fb1e657 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,9 @@ install.prod:
srv.shell:
nix-shell -A srv.shell --command 'cd srv; return'
+srv.shell.prod:
+ nix-shell -A srv.shell --arg baseConfig '(import ./prod.config.nix)' --command 'cd srv; return'
+
static.shell:
nix-shell -A static.shell --command 'cd static; return'