Skip to content

Conversation

mikeland73
Copy link
Contributor

Summary

Fixes #1901

Alternative: #1902

nix 2.20 removed index support. Use store paths instead.

How was it tested?

func ProfileRemove(profilePath string, indexes ...string) error {
// ProfileRemove removes packages from a profile.
// WARNING, don't use indexes, they are not supported by nix 2.20+
func ProfileRemove(profilePath string, packageNames ...string) error {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: packageNameOrStorePaths ?

@Lagoja Lagoja merged commit e0d0c06 into main Mar 15, 2024
@Lagoja Lagoja deleted the landau/process-compose-fix branch March 15, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Devbox 0.10.0 upgrade fails on process-compose install due to changed nix
3 participants