From 6f50ed8e5437495a69c448513ff819343d4c4015 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Jun 2024 15:04:17 +0200 Subject: reformat --- justfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 306ef26..0937667 100755 --- a/justfile +++ b/justfile @@ -2,24 +2,24 @@ #! 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 -- cgit 1.4.1