Nix/Cachix: improve substituters documentation

This commit is contained in:
Friday 2025-05-13 02:29:41 +01:00 committed by Mihai Fufezan
parent 7122ddcaeb
commit 3e46d26f13

View file

@ -26,6 +26,7 @@ using the Hyprland flake package.
{
nix.settings = {
substituters = ["https://hyprland.cachix.org"];
trusted-substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
}