chore: add hyprland cachix substituters

It's 2024, who wants to build software on their own systems?

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-09-23 11:42:22 +05:30
parent b65a4dbfcb
commit 3e7c636902
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -67,8 +67,14 @@
warn-dirty = false; warn-dirty = false;
# Add cache substituters to allow fetching cached builds. # Add cache substituters to allow fetching cached builds.
trusted-substituters = ["https://nix-community.cachix.org"]; trusted-substituters = [
trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; "https://nix-community.cachix.org"
"https://hyprland.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
}; };
}; };
}; };