Skip to content

Commit

Permalink
feat: add nixConfig with cachix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaralice committed Sep 29, 2024
1 parent a5cf9c5 commit f6c2a8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@
packages.frontends = pkgs.callPackage ./packages/frontends { };
};
};
nixConfig = {
substituters = [ "https://trieve.cachix.org" ];
trusted-public-keys = [ "trieve.cachix.org-1:eD5aNrNhvhSS/9jwGEUAuN7W4ifogVSDUk1XdjmrT+I=" ];
};
}

0 comments on commit f6c2a8c

Please sign in to comment.