summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 94eafeb..3c7cd3f 100644
--- a/Makefile
+++ b/Makefile
@@ -24,13 +24,3 @@ srv.dev-shell:
srv.shell:
nix-shell -A srv.shellWithBuild --arg baseConfig '(import ${CONFIG})' \
--command 'cd srv/src; return'
-
-# TODO static is on the way out, these aren't well supported
-static.serve:
- nix-shell -A static.shell --run 'cd static; static-serve'
-
-static.depShell:
- nix-shell -A static.depShell --command 'cd static; return'
-
-static.lock:
- nix-shell -A static.depShell --run 'bundler lock; bundix; rm -rf .bundle vendor'