all repos — x @ 9d91d346ccae67f37048c261e48014572ab017a2

Experiments and stuff

justfile (view raw)

1
2
3
4
5
6
7
8
9
default:
	@just --list --justfile {{ justfile() }} --unsorted

check-licenses:
	go-licenses check ./...

update-all:
	nix flake update
	go get -u all