Skip to content

Commit 07def3f

Browse files
chore(flake): add substituter
1 parent b251bd6 commit 07def3f

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
@@ -14,6 +14,11 @@
1414
...
1515
} @ inputs:
1616
flake-parts.lib.mkFlake {inherit inputs;} {
17+
flake.nixConfig = {
18+
extra-substituters = ["https://errornobinaries.cachix.org/"];
19+
extra-trusted-public-keys = ["errornobinaries.cachix.org-1:84oagGNCIsXxBTYmfTiP+lvWje7lIS294iqAtCpFsbU="];
20+
};
21+
1722
systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin"];
1823
perSystem = {
1924
system,

0 commit comments

Comments
 (0)