fix missing icons for nix search

This commit is contained in:
Adithya 2024-05-28 19:17:18 +05:30
parent d1581ba98e
commit 3bea215b13
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -112,7 +112,7 @@ _: {
]; ];
} }
]; ];
iconUpdateURL = "https://nixos.org/favicon.ico"; iconUpdateURL = "https://nixos.org/favicon.png";
definedAliases = [ "@np" ]; definedAliases = [ "@np" ];
}; };
"NixOS Options" = { "NixOS Options" = {
@ -125,7 +125,7 @@ _: {
]; ];
} }
]; ];
iconUpdateURL = "https://nixos.org/favicon.ico"; iconUpdateURL = "https://nixos.org/favicon.png";
definedAliases = [ "@no" ]; definedAliases = [ "@no" ];
}; };
"GitHub" = { "GitHub" = {