You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[remove nixpkgs] Enable installing and removing packages (#1255)
## Summary
builds on top of #1236
Goal:
We should be able to install the package without downloading nixpkgs.
Changes made to:
- `nixprofile.ProfileInstall`: use `/nix/store/<hash>` as `installable`
- `nixprofile.ProfileListIndex`: return index when `item.nixStorePath ==
pkg.PathInStore`
- `devpkgs.Package.ValidateExists`: `true` if `IsInBinaryStore`
- `devpkgs.Package.EnsureNixpkgsPrefetched`: skip if `IsInBinaryStore`.
## How was it tested?
`devbox add [email protected]` and `devbox rm [email protected]`
- [x] nixpkgs not downloaded
0 commit comments