diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-21 12:57:08 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-21 12:57:08 -0600 |
commit | 04b95b0e2260ca47818cd04d5858484e65feab0b (patch) | |
tree | c3a1695a6f7f3b3de5d655f5fe8b4e4e8727aebb /Makefile | |
parent | 180575fe4ace9c491940069dc911681b8e4940f3 (diff) |
Cleanup after importing everything into prod
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -15,11 +15,7 @@ test: srv.dev-shell: $$(nix-build --no-out-link -A pkgs.bash)/bin/bash srv-dev-env.sh \ - --command " \ - cd srv/src; \ - go run cmd/import-posts/main.go ../../static/src/_posts/*; \ - return; \ - " + --command "cd srv/src; return" srv.shell: nix-shell -A srv.shellWithBuild --arg baseConfig '(import ${CONFIG})' \ |