tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Justfile round 2
Spoonbaker
6 months ago
25ff87c5
fdffe002
+2
-2
1 changed file
expand all
collapse all
unified
split
justfile
+2
-2
justfile
···
28
28
[private]
29
29
alias c := check
30
30
# c: run all checks for the current system
31
31
-
check:
32
32
-
nix flake check --show-trace {{ if env("SPOON_PATH", "") != "" {"--override-input spoon \"$SPOON_PATH\""} else { "" } }} --log-format internal-json -v |& nom --json
31
31
+
check *ARGS:
32
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