Skip to content

Commit

Permalink
add cache to flake nix config
Browse files Browse the repository at this point in the history
  • Loading branch information
dermetfan committed Jan 14, 2025
1 parent c72237b commit 363f6a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,13 @@
};
});
};

nixConfig = {
extra-substituters = [
"https://cache.iog.io"
];
extra-trusted-public-keys = [
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
];
};
}

0 comments on commit 363f6a5

Please sign in to comment.