Compare commits
No commits in common. "f1c260d4f7405a04b816dce6da76920482a315ba" and "e6b7d86381ba458c8ce83620faa90163608b42d3" have entirely different histories.
f1c260d4f7
...
e6b7d86381
5
ci.nix
5
ci.nix
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user