about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-11-16 13:11:06 +0100
committerAlan Pearce2024-11-16 13:11:06 +0100
commit72018b5585e945aa51a3a557a641cce17cabaf26 (patch)
tree5dfaa8c99fba0cb233192097273931d7d148f7d7 /justfile
parentcd04ffd199e989f233797d18013fe35380b0376d (diff)
downloadwebsite-72018b5585e945aa51a3a557a641cce17cabaf26.tar.lz
website-72018b5585e945aa51a3a557a641cce17cabaf26.tar.zst
website-72018b5585e945aa51a3a557a641cce17cabaf26.zip
Switch back to flakes
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 9c02f31..55401dd 100755
--- a/justfile
+++ b/justfile
@@ -19,7 +19,7 @@ check-links:
 	hyperlink public --sources content
 
 update-all:
-	npins update
+	nix flake update
 	go get -u all
 
 build: