tazjin / nixery

Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
https://nixery.dev/
Apache License 2.0
1.82k stars 68 forks source link

feat: set SSL_CERT_FILE and provide a Cmd #147

Closed jpetazzo closed 2 years ago

jpetazzo commented 2 years ago

Two minor "quality of life" improvements:

I'm happy to split this PR in two if you'd like, but since both features touch the Config structure and are rather small, I thought it would make sense to bundle them together.

To give you a bit more context around this PR: I've been using Nixery extensively in live demos, teaching environments, etc. and these have been the two most confusing items for the students (number 3 is the lack of /tmp, which I'll try to address in a future PR).

Related: #101 #133

tazjin commented 2 years ago

Thanks! Staged all of these for release to nixery.dev in TVL cl/4702.