tangled
alpha
login
or
join now
oeiuwq.com
/
checkmate
0
fork
atom
A flake checker (treefmt & nix-unit) for testing other flakes with zero dependencies.
0
fork
atom
overview
issues
pulls
pipelines
woo
oeiuwq.com
11 months ago
17abf6ba
f5531bdb
+3
-1
1 changed file
expand all
collapse all
unified
split
default.nix
+3
-1
default.nix
···
20
20
name = "flake-check";
21
21
text = ''
22
22
(
23
23
-
test -f checkmate/flake.nix && cd checkmate || true
23
23
+
if test -f checkmate/flake.nix; then
24
24
+
cd checkmate
25
25
+
fi
24
26
nix flake update target
25
27
nix flake check
26
28
)