all repos — x @ 0c6fc79fef8f3fd2d2e7360528cf918fb7dd55b5

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