summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-05-21 12:57:08 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-05-21 12:57:08 -0600
commit04b95b0e2260ca47818cd04d5858484e65feab0b (patch)
treec3a1695a6f7f3b3de5d655f5fe8b4e4e8727aebb /Makefile
parent180575fe4ace9c491940069dc911681b8e4940f3 (diff)
Cleanup after importing everything into prod
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3c7cd3f..72ff403 100644
--- a/Makefile
+++ b/Makefile
@@ -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})' \