devbox
devbox copied to clipboard
Add a devbox flake or automate the process of updating in nixpkgs
What problem are you trying to solve?
We run devbox in nixos through nixpkgs. And when new versions are released the new version doesn’t show in nixpkgs. So someone will have to manually update it there.
What solution would you like?
It would be great if either the devbox nixpkgs would automatically create a pull request in the nixpkgs repo for every new release or if there was just a flake for devbox.
Alternatives you've considered
Only other option is to manually create a pull request or to create a local package that points to this repo.