this repo has no description
1
fork

Configure Feed

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

Merge pull request #2 from Bwc9876/spoon/auto-klqprlyztopv

Improve justfile

authored by

Ben C and committed by
GitHub
1ac2579f 289431d9

+2 -2
+2 -2
justfile
··· 1 1 _default: 2 - @just --list --unsorted --justfile {{justfile()}} 2 + @{{ just_executable() }} --list --unsorted --justfile {{ justfile() }} 3 3 4 4 [private] 5 5 alias u := update ··· 29 29 alias c := check 30 30 # c: run all checks for the current system 31 31 check: 32 - nix build --show-trace .#uberCheck.$(nix eval --impure --raw --expr 'builtins.currentSystem') 32 + nix flake check --show-trace {{ if env("SPOON_PATH", "") != "" {"--override-input spoon \"$SPOON_PATH\""} else { "" } }} --log-format internal-json -v |& nom --json 33 33 34 34 [private] 35 35 alias f := format