Skip to content

Commit

Permalink
Add ghaf-infra dev cache to Ghaf flake
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <[email protected]>
  • Loading branch information
henrirosten authored and brianmcgillion committed Aug 12, 2024
1 parent 565e456 commit e7632bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@

nixConfig = {
substituters = [
"https://dev-cache.vedenemo.dev"
"https://cache.vedenemo.dev"
"https://cache.ssrcdevops.tii.ae"
"https://ghaf-dev.cachix.org"
"https://cache.nixos.org/"
];
extra-trusted-substituters = [
"https://dev-cache.vedenemo.dev"
"https://cache.vedenemo.dev"
"https://cache.ssrcdevops.tii.ae"
"https://ghaf-dev.cachix.org"
"https://cache.nixos.org/"
];
extra-trusted-public-keys = [
"ghaf-infra-dev:EdgcUJsErufZitluMOYmoJDMQE+HFyveI/D270Cr84I="
"cache.vedenemo.dev:8NhplARANhClUSWJyLVk4WMyy1Wb4rhmWW2u8AejH9E="
"cache.ssrcdevops.tii.ae:oOrzj9iCppf+me5/3sN/BxEkp5SaFkHfKTPPZ97xXQk="
"ghaf-dev.cachix.org-1:S3M8x3no8LFQPBfHw1jl6nmP8A7cVWKntoMKN3IsEQY="
Expand Down

0 comments on commit e7632bc

Please sign in to comment.