-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix-info: apply SC1117 suggested fix #32857
Conversation
For reference: https://github.com/koalaman/shellcheck/wiki/SC1117 Since this is a stylistic change, I think that in order for it to make sense this also should be changed in the rest of Nixpkgs, preferably including |
Or we could disable this check. I’m just trying to unblock the unstable channels. |
@acowley I'm sorry, I was wrong. I should have looked into the derivation before making assumptions. |
I don't know if this is necessary or sufficient to unstuck the channel, but at least it fixes the test. I thought that http://hydra.nixos.org/job/nixos/trunk-combined/tested linked from https://howoldis.herokuapp.com/ is responsible for channel updates, but it has completed 6 hours ago and the channel has not advanced. |
Does Hydra build with checks, even if |
Aha, I was looking at @yegortimoshenko No. |
Then this has not affected the channel, see: https://github.com/nixos/nixpkgs/blob/2e001620d52ddbaa41fcd5ab8dfb5e36d204ea1c/pkgs/tools/nix/info/default.nix#L2 I didn't think that |
It is an option to be overridden :) nixpkgs/pkgs/top-level/all-packages.nix Line 19522 in c7c79eb
|
... |
https://howoldis.herokuapp.com/ gives an explanation:
And the evaluation of that nixos-unstable jobset has not completed yet: https://hydra.nixos.org/eval/1419641#tabs-unfinished . My understanding is that the channel will update after no jobs remain in the queue, even if they will be cancelled. |
Motivation for this change
It seems like this a
nix-info
build failure is blocking theunstable
channels.Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)