We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e935f7a commit 31b0e36Copy full SHA for 31b0e36
tests/default.nix
@@ -37,7 +37,8 @@ in
37
extend = callTest ./extend.nix { };
38
extra-files = callTest ./extra-files.nix { };
39
enable-except-in-tests = callTest ./enable-except-in-tests.nix { };
40
- failing-tests = callTest ./failing-tests.nix { };
+ # TODO: re-enable when https://github.com/NixOS/nixpkgs/pull/375585 lands in nixos-unstable
41
+ # failing-tests = callTest ./failing-tests.nix { };
42
no-flake = callTest ./no-flake.nix { };
43
lib-tests = callTest ./lib-tests.nix { };
44
maintainers = callTest ./maintainers.nix { };
0 commit comments