Skip to content

Commit

Permalink
Use new team cachix cache (#1648)
Browse files Browse the repository at this point in the history
This switches our flake config to the use cachix binary cache and also
makes `nix-direnv` users accept the flake config of this repository.
  • Loading branch information
ch1bo authored Sep 19, 2024
1 parent f72a220 commit 2cd1974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use flake
use flake . --accept-flake-config
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,11 @@
nixConfig = {
extra-substituters = [
"https://cache.iog.io"
"https://hydra-node.cachix.org"
"https://cardano-scaling.cachix.org"
];
extra-trusted-public-keys = [
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"hydra-node.cachix.org-1:vK4mOEQDQKl9FTbq76NjOuNaRD4pZLxi1yri31HHmIw="
"cardano-scaling.cachix.org-1:RKvHKhGs/b6CBDqzKbDk0Rv6sod2kPSXLwPzcUQg9lY="
"cardano-scaling.cachix.org-1:QNK4nFrowZ/aIJMCBsE35m+O70fV6eewsBNdQnCSMKA="
];
allow-import-from-derivation = true;
};
Expand Down

0 comments on commit 2cd1974

Please sign in to comment.