reformat
Alan Pearce alan@alanpearce.eu
Tue, 18 Jun 2024 15:04:17 +0200
1 files changed, 5 insertions(+), 5 deletions(-)
jump to
M justfile → justfile
@@ -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