summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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})' \