all repos — homestead @ de76bc784e52b940bcabcd6cf3f5ff897f8f91de

Code for my website

reformat

Alan Pearce
commit

de76bc784e52b940bcabcd6cf3f5ff897f8f91de

parent

6b75612bab693c8044071526a4bf0aba7eb6e15e

1 file changed, 5 insertions(+), 5 deletions(-)

jump to
M justfilejustfile
@@ -2,24 +2,24 @@ #! /usr/bin/env nix-shell
#! nix-shell -i "just --justfile" default: - @just --list --justfile {{ justfile() }} --unsorted + @just --list --justfile {{ justfile() }} --unsorted clean: rm -r website check-licenses: - nix run nixpkgs#go-licenses check ./... + nix run nixpkgs#go-licenses check ./... check-links: hyperlink website/public update-all: npin update - go get -u all - gomod2nix --outdir nix + go get -u all + gomod2nix --outdir nix build: - go run ./cmd/build + go run ./cmd/build dev: systemfd -s http::3000 -- modd