diff options
author | Alan Pearce | 2024-11-16 13:11:06 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-16 13:11:06 +0100 |
commit | 72018b5585e945aa51a3a557a641cce17cabaf26 (patch) | |
tree | 5dfaa8c99fba0cb233192097273931d7d148f7d7 /justfile | |
parent | cd04ffd199e989f233797d18013fe35380b0376d (diff) | |
download | website-72018b5585e945aa51a3a557a641cce17cabaf26.tar.lz website-72018b5585e945aa51a3a557a641cce17cabaf26.tar.zst website-72018b5585e945aa51a3a557a641cce17cabaf26.zip |
Switch back to flakes
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
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: |