add ci task to justfile
6eb1b732e3a7e3b65c62e816d1abd9bd76629caf
d26005f4df6b71f03f61d0b7b7f58ed05f78a3fd
@@ -6,3 +6,8 @@ go test ./... run: modd + +nix-build: + nix-build ./nix/package/ + +ci: test nix-build