feat: use attribute instead of name for packages
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/importer/package.go → internal/importer/package.go
@@ -228,6 +228,7 @@ } results <- &nix.Package{ Name: i.pkg.Name, + Attribute: kv.Key, Source: i.source.Key, PackageSet: pkgSet, Version: i.pkg.Version,