all repos — searchix @ 698881aa577d2c209f162db9263fab17ced3643f

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: use attribute instead of name for packages

Alan Pearce
commit

698881aa577d2c209f162db9263fab17ced3643f

parent

f10543d0aff0e203dd57287dc2b736c686e69102

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M internal/nix/package.gointernal/nix/package.go
@@ -2,6 +2,7 @@ package nix
type Package struct { Name string + Attribute string Source string Broken bool Definition string