Pulling Packages from the Cache
Once you have authenticated, Devbox will automatically configure your cache for you. You can also manually configure the cache by running:- Your local Nix Store
/nix/store
- The Jetify Cache
- The Public Nix Cache (cache.nixos.org)
Pushing to the Cache
You can push custom packages and project closures to your Jetify Cache directly from the Devbox CLI. Push access is currently only available for authenticated users with Admin permissions.Pushing a Devbox Project
You can push the entire closure of a Devbox project to the Jetify Cache by navigating to your project root and runningPushing a specific package
You can also push a single package by passing a flake reference to the Devbox CLI. For example, to push a custommongodb
package from a custom flake.nix on your machine, you can
run: