srid / nixci

Define and build CI for Nix projects anywhere; superceded by Omnix https://omnix.page/om/ci.html
GNU Affero General Public License v3.0
108 stars 5 forks source link

fix: `--print-all-dependencies` should handle `unknown-deriver` #70

Closed rsrohitsingh682 closed 1 month ago

rsrohitsingh682 commented 1 month ago

When nixci build fails while querying nix-store then we don't get proper error. It displays error like

nix-store --query --requisites --include-outputs failed to run (exited: 1).

We can add stderr messages to have proper error message.

srid commented 1 month ago

Could you also add similar stderr propagation for other functions in this module?

@rsrohitsingh682 ^