From ca27cd6c677f5effe7b08639a8db92371065b4e3 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sun, 8 Aug 2021 09:07:51 -0600 Subject: get a basic mailinglist-cli working --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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' -- cgit v1.2.3