Skip to content

Commit b506456

Browse files
authored
Merge pull request #1568 from Plutonomicon/aciceri/flake-use-cachix
Automatically set Cachix cache when using the flake
2 parents 320660e + 43d1d89 commit b506456

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,4 +509,9 @@
509509

510510
herculesCI.ciSystems = [ "x86_64-linux" ];
511511
};
512+
513+
nixConfig = {
514+
extra-substituters = [ "https://plutonomicon.cachix.org" ];
515+
extra-trusted-public-keys = [ "plutonomicon.cachix.org-1:evUxtNULjCjOipxwAnYhNFeF/lyYU1FeNGaVAnm+QQw=" ];
516+
};
512517
}

0 commit comments

Comments
 (0)