fix missing icons for nix search
This commit is contained in:
parent
d1581ba98e
commit
3bea215b13
1 changed files with 2 additions and 2 deletions
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue