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
109 stars 5 forks source link

Allow passing through additional arguments to `nix build` #9

Closed ipetkov closed 1 year ago

ipetkov commented 1 year ago

Allow easily passing additional arguments to nix build by passing them after --

For example: nixci . -- --print-build-logs --keep-going

Resolves #8

srid commented 1 year ago

Thanks! I think we can go ahead and remove the specialized options, as these are now redundant.