diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2021-08-08 09:07:51 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2021-08-08 09:07:51 -0600 |
commit | ca27cd6c677f5effe7b08639a8db92371065b4e3 (patch) | |
tree | 56e84757b9a77852bea850c934e777ec719d6ef7 /Makefile | |
parent | 6feffc568ae790a883b9e0509d755e7d9bd82ee1 (diff) |
get a basic mailinglist-cli working
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |