this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

just: use ubercheck

+1 -1
+1 -1
justfile
··· 31 31 alias c := check 32 32 # c: run all checks for the current system 33 33 check *ARGS: 34 - nix flake check --show-trace {{ GARGS }} {{ ARGS }} --log-format internal-json -v |& nom --json 34 + nom build --show-trace ".#uberCheck.$(nix eval --impure --raw --expr 'builtins.currentSystem')" --keep-going {{ GARGS }} {{ ARGS }} 35 35 36 36 [private] 37 37 alias d := deploy