feat: use attribute instead of name for packages
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/nix/package.go → internal/nix/package.go
@@ -2,6 +2,7 @@ package nix type Package struct { Name string + Attribute string Source string Broken bool Definition string