diff options
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 56bbd07..ee2e524 100755 --- a/justfile +++ b/justfile @@ -14,7 +14,7 @@ check: nix flake check . --print-build-logs check-licenses: - nix run nixpkgs#go-licenses + nix run nixpkgs#go-licenses check ./... update-all: go get -u all |