Open ysndr opened 1 month ago
Allow applying every eval'ed drv to a provided nix expression to evaluate arbitrary fields.
EXAMPLE
% ./result/bin/nix-eval-jobs --flake github:NixOS/patchelf#hydraJobs \ --apply \ 'drv: { version = if drv ? version then drv.version else null; }' warning: `--gc-roots-dir' not specified {"attr":"coverage","attrPath":["coverage"],"version":null} {"attr":"patchelf-win32","attrPath":["patchelf-win32"],"version":"0.18.0"} {"attr":"patchelf-win64","attrPath":["patchelf-win64"],"version":"0.18.0"} {"attr":"release","attrPath":["release"],"version":null} {"attr":"tarball","attrPath":["tarball"],"version":"0.18.0"}
@mergify rebase
rebase
That crash looks legit. Do you have issues reproducing this locally?
I don't remember that failing Will have a look later
Allow applying every eval'ed drv to a provided nix expression to evaluate arbitrary fields.
EXAMPLE