fix: missing alternate forms of packages with the same name e.g. for git: git, gitFull, gitMinimal, etc..
Alan Pearce alan@alanpearce.eu
Wed, 29 May 2024 11:36:55 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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 {