all repos — x @ aec4ad68c47c60d088dfe5958ec57084b5b0cf9f

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