+1
-1
.github/workflows/test.yml
+1
-1
.github/workflows/test.yml
···-- run: nix flake check -L github:vic/checkmate --override-input target github:$GITHUB_REPOSITORY/$GITHUB_SHA+- run: nix flake check -L github:$GITHUB_REPOSITORY/$GITHUB_SHA?dir=checkmate --override-input target github:$GITHUB_REPOSITORY/$GITHUB_SHA
+184
checkmate/flake.lock
+184
checkmate/flake.lock
···
+28
checkmate/flake.nix
+28
checkmate/flake.nix
···+outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
+25
checkmate/modules/checkmate.nix
+25
checkmate/modules/checkmate.nix
···
+61
-512
checkmate/modules/tests.nix
+61
-512
checkmate/modules/tests.nix
···-classOne.bar = [ "two:${class}:${lib.concatStringsSep "/" (lib.map (x: x.name) aspect-chain)}" ];-classOne.bar = [ "three:${class}:${lib.concatStringsSep "/" (lib.map (x: x.name) aspect-chain)}" ];
+53
checkmate/modules/tests/aspect_chain.nix
+53
checkmate/modules/tests/aspect_chain.nix
···
+53
checkmate/modules/tests/aspect_default_provider_functor.nix
+53
checkmate/modules/tests/aspect_default_provider_functor.nix
···
+43
checkmate/modules/tests/aspect_default_provider_override.nix
+43
checkmate/modules/tests/aspect_default_provider_override.nix
···
+37
checkmate/modules/tests/aspect_dependencies.nix
+37
checkmate/modules/tests/aspect_dependencies.nix
···
+59
checkmate/modules/tests/aspect_fixpoint.nix
+59
checkmate/modules/tests/aspect_fixpoint.nix
···
+54
checkmate/modules/tests/aspect_modules_resolved.nix
+54
checkmate/modules/tests/aspect_modules_resolved.nix
···
+34
checkmate/modules/tests/aspect_parametric.nix
+34
checkmate/modules/tests/aspect_parametric.nix
···
+64
checkmate/modules/tests/aspect_provides.nix
+64
checkmate/modules/tests/aspect_provides.nix
···+classOne.bar = [ "two:${class}:${lib.concatStringsSep "/" (lib.map (x: x.name) aspect-chain)}" ];+classOne.bar = [ "three:${class}:${lib.concatStringsSep "/" (lib.map (x: x.name) aspect-chain)}" ];
+42
checkmate/modules/tests/aspect_toplevel_parametric.nix
+42
checkmate/modules/tests/aspect_toplevel_parametric.nix
···
+30
checkmate/modules/tests/default_empty.nix
+30
checkmate/modules/tests/default_empty.nix
···
+29
checkmate/modules/tests/tranpose_flake_modules.nix
+29
checkmate/modules/tests/tranpose_flake_modules.nix
···
+15
checkmate/modules/tests/transpose_common.nix
+15
checkmate/modules/tests/transpose_common.nix
+10
checkmate/modules/tests/transpose_swap.nix
+10
checkmate/modules/tests/transpose_swap.nix
+44
checkmate/modules/tests/without_flakes.nix
+44
checkmate/modules/tests/without_flakes.nix
···