about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-06-18 15:04:17 +0200
committerAlan Pearce2024-06-18 15:04:17 +0200
commit6f50ed8e5437495a69c448513ff819343d4c4015 (patch)
treedc150d4b33dbd65a040f87bc4cfbc43a100ae275 /justfile
parentcf0da6d13edc55c003564f31d56a659cfa681e0c (diff)
downloadwebsite-6f50ed8e5437495a69c448513ff819343d4c4015.tar.lz
website-6f50ed8e5437495a69c448513ff819343d4c4015.tar.zst
website-6f50ed8e5437495a69c448513ff819343d4c4015.zip
reformat
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile10
1 files changed, 5 insertions, 5 deletions
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