Eww Overlay
Some checks failed
Nix Build / build-nixos (push) Has been cancelled

This commit is contained in:
soraefir
2024-04-13 09:32:22 +02:00
parent e4b93499b9
commit 177c26e41d
12 changed files with 171 additions and 28 deletions

View File

@ -25,13 +25,17 @@
settings = {
auto-optimise-store = true;
builders-use-substitutes = true;
substituters =
[ "https://hyprland.cachix.org" "https://cache.nixos.org" ];
substituters = [
"https://hyprland.cachix.org"
"https://cache.nixos.org"
"https://helcel.cachix.org"
];
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"helcel.cachix.org-1:95s8D+N2xIHwzmkuu7jMUp9t3rtN4EimafR73jO7GLg="
];
};
};
system.stateVersion = "23.11";
system.stateVersion = "24.05";
}