-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qbec: init at 0.7.5 #68717
qbec: init at 0.7.5 #68717
Conversation
Thanks for the review @worldofpeace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Does this program try to call into any executables that are expected to be in PATH?
That's a common thing with cli tools.
Not by default. There is experimental support for "helm" where it uses os/exec to shell out to "helm" which makes it non-hermetic, but for the core supported functionality, it is self-contained. If "helm" becomes an issue in future, I imagine it could be integrated through libraries in the upstream project, or it can be solved in nixpkgs with patches or by adding dependencies. |
Excellent. Usually for things like with |
bb70c60
to
a0f7cd0
Compare
Motivation for this change
Configure kubernetes objects on multiple clusters using jsonnet https://qbec.io
Version: qbec v0.7.5
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @