You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not manage to bump it to 22.11 as git submodule tests look non-trivial. Fun fact: in nixpkgs git tests are skipped as git is not added to nativeBuildInputs.
I can propose a PR with disable submodule tests. WDYT?
The text was updated successfully, but these errors were encountered:
Ah, nice! Looks good enough. There are a few minor warnings in use of outdated options but they can be handled separately:
$ nix flake check
trace: warning: The option `nix.useSandbox' defined in `makeTest parameters' has been renamed to `nix.settings.sandbox'.
trace: warning: The option `nix.useSandbox' defined in `makeTest parameters' has been renamed to `nix.settings.sandbox'.
...
This causes a few issues:
ld.gold
: https://github.com/NixOS/nix/actions/runs/3691026206/jobs/6248648814I think it comes from:
I did not manage to bump it to
22.11
as git submodule tests look non-trivial. Fun fact: innixpkgs
git tests are skipped asgit
is not added tonativeBuildInputs
.I can propose a PR with disable submodule tests. WDYT?
The text was updated successfully, but these errors were encountered: