Skip to content

Commit a370dc3

Browse files
committed
Add binary cache.
1 parent fc0a35e commit a370dc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: flake.nix

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
phps.url = "github:fossar/nix-phps";
88
};
99

10+
nixConfig.substituters = "https://nix-shell.cachix.org https://fossar.cachix.org";
11+
nixConfig.trusted-public-keys = "nix-shell.cachix.org-1:kat3KoRVbilxA6TkXEtTN9IfD4JhsQp1TPUHg652Mwc= fossar.cachix.org-1:Zv6FuqIboeHPWQS7ysLCJ7UT7xExb4OE8c4LyGb5AsE=";
12+
1013
outputs = { self, flake-utils, nixpkgs, phps }:
1114
flake-utils.lib.eachDefaultSystem
1215
(system:

0 commit comments

Comments
 (0)