mediocre-blog/Makefile

12 lines
244 B
Makefile
Raw Normal View History

serve:
2021-01-22 00:22:53 +00:00
nix-shell -A serve
2020-11-20 05:23:33 +00:00
update:
2021-01-22 00:22:53 +00:00
nix-shell -p bundler --run 'bundler update'
lock:
nix-shell -p bundler -p bundix --run 'bundler lock; bundler package --no-install --path vendor; bundix; rm -rf .bundle vendor'
build:
nix-build -A build