Closed mikeland73 closed 7 months ago
Fixes issue where user could not remove package that is replaced by a flake in plugin (uses __remove_trigger_package)
__remove_trigger_package
Fixes https://github.com/jetpack-io/devbox/issues/1936
We need two different functions for packages:
AllPackages
TopLevelPackages
Summary
Fixes issue where user could not remove package that is replaced by a flake in plugin (uses
__remove_trigger_package
)Fixes https://github.com/jetpack-io/devbox/issues/1936
We need two different functions for packages:
AllPackages
which is used for instalation and lock file. Includes packages added/removed by plugins.TopLevelPackages
is only what is in root devbox.jsonHow was it tested?