Add Hydra as a substituter

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-11-19 12:28:10 +01:00
parent 2ca3b3f6d1
commit 57087a3400
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -11,6 +11,13 @@ in
n: flake: {inherit flake;} n: flake: {inherit flake;}
); );
nix.settings = { nix.settings = {
substituters = [
"https://cache.nixos.org/"
"https://hydra.redalder.org/"
];
trusted-public-keys = [
"redalder-nix-cache-1:8t4zBJWgVtrfAOJ45iNHEqA/dDFV47Sr1sGa8ME9ru0="
];
experimental-features = [ "flakes" "nix-command" ]; experimental-features = [ "flakes" "nix-command" ];
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;