Disable hyprland cache

This commit is contained in:
Sridhar Ratnakumar 2025-04-30 17:32:32 +10:00
parent 7634682285
commit bdf96bdd37

View file

@ -1,8 +1,8 @@
{
nix.settings.trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
# "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
nix.settings.substituters = [
"https://hyprland.cachix.org"
# "https://hyprland.cachix.org"
];
}