Skip to content

Commit

Permalink
Merge pull request #27 from matter-labs/nixci_build
Browse files Browse the repository at this point in the history
feat(flake): add cache config
  • Loading branch information
haraldh authored May 13, 2024
2 parents 524d75f + d9a3840 commit b792d5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
nixConfig.extra-substituters = [
"https://nixsgx.cachix.org"
];
nixConfig.extra-trusted-public-keys = [
"nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="
];

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";

Expand Down

0 comments on commit b792d5e

Please sign in to comment.