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

nixci: cli args #65

Closed rsrohitsingh682 closed 2 months ago

rsrohitsingh682 commented 2 months ago

Add support for specifying global options which can be passed on to nix command through nixci.

srid commented 2 months ago

@rsrohitsingh682 I implemented a much simpler design in https://github.com/srid/nixci/pull/66

Give that a try for the docker image.

srid commented 2 months ago

Closing this in favour of the other PR

rsrohitsingh682 commented 2 months ago

It is best to modify nix-rs crate to take in this access-tokens information: juspay/nix-rs#10

Yup. Even I was thinking we should do it from nix-rs