fix: missing alternate forms of packages with the same name e.g. for git: git, gitFull, gitMinimal, etc..
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M internal/nix/package.go → internal/nix/package.go
@@ -35,7 +35,7 @@ return "package" } func (p Package) GetName() string { - return p.Name + return p.Attribute } func (p Package) GetSource() string {