1
0

Compare commits

..

No commits in common. "f1c260d4f7405a04b816dce6da76920482a315ba" and "e6b7d86381ba458c8ce83620faa90163608b42d3" have entirely different histories.

2 changed files with 2 additions and 5 deletions

5
ci.nix
View File

@ -72,8 +72,5 @@ let
};
in jobs //
{
all = pkgs.mkShell {
name = "all tests";
contents = pkgs.lib.collect pkgs.lib.isDerivation jobs;
};
all = pkgs.lib.collect pkgs.lib.isDerivation jobs;
}

View File

@ -281,7 +281,7 @@ extraPkgs // {
tpmSupport = false;
uringSupport = false;
capstoneSupport = false;
} // lib.optionalAttrs (lib.versionOlder lib.version "24.10") {
} // lib.optionalAttrs (lib.versionOlder lib.version "24.11") {
texinfo = null;
};
in q.override overrides;