Skip to content
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

provide buildkit like SDK for nix pure shell #100

Open
dr-housemd opened this issue Aug 2, 2024 · 0 comments
Open

provide buildkit like SDK for nix pure shell #100

dr-housemd opened this issue Aug 2, 2024 · 0 comments
Milestone

Comments

@dr-housemd
Copy link
Contributor

Buildkit being programmable is one of its major benefits.
Nix's build infra is way ahead than what Buildkit offers.

What we need is -

  • An isolated sandbox environment with the dependencies mentioned in dev & runtime.
  • Current working directory copied over.
  • Execute commands sequentially/parallel and ability to control inputs & outputs.

This will allow us to-

  • Build HCL build blocks for languages where vendoring isn't suitable
  • Easily perform multi-arch builds with the native language toolchain
  • Possibly, let users create their own interfaces in future.
@dr-housemd dr-housemd added this to the v0.5.0 milestone Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant