Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
keegancsmith committed Mar 25, 2024
1 parent 6a01c55 commit 8936f44
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/cachix/sourcegraph-noah.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This doesn't configure us to use the Sourcegraph cache, but rather makes it
# possible to trust it for the sourcegraph repo's flake.nix
{
nix.settings = {
trusted-substituters = [ "https://sourcegraph-noah.cachix.org" ];
};
}

0 comments on commit 8936f44

Please sign in to comment.