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
Default to failing example
oeiuwq.com
1 year ago
a0da6422
359511fe
+1
-1
1 changed file
expand all
collapse all
unified
split
flake.nix
+1
-1
flake.nix
···
2
2
inputs = {
3
3
# example target flake to be tested
4
4
# override with something else.
5
5
-
target.url = "github:vic/checkmate?dir=example";
5
5
+
target.url = "github:vic/checkmate?dir=failing-example";
6
6
7
7
nixpkgs.url = "github:nixos/nixpkgs/24.11";
8
8
systems.url = "github:nix-systems/default";