Flake for my NixOS devices

Justfile round 2

+2 -2
+2 -2
justfile
··· 28 28 [private] 29 29 alias c := check 30 30 # c: run all checks for the current system 31 - check: 32 - nix flake check --show-trace {{ if env("SPOON_PATH", "") != "" {"--override-input spoon \"$SPOON_PATH\""} else { "" } }} --log-format internal-json -v |& nom --json 31 + check *ARGS: 32 + nix flake check --show-trace {{ if env("SPOON_PATH", "") != "" {"--override-input spoon \"$SPOON_PATH\" --no-build"} else { "" } }} {{ ARGS }} --log-format internal-json -v |& nom --json 33 33 34 34 [private] 35 35 alias f := format