Skip to content

Commit

Permalink
chore(flake): add substituter
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed Jan 29, 2024
1 parent b251bd6 commit 6903186
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
...
} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
flake.nixConf = {
extra-substituters = ["https://errornobinaries.cachix.org/"];
extra-trusted-public-keys = ["errornobinaries.cachix.org-1:84oagGNCIsXxBTYmfTiP+lvWje7lIS294iqAtCpFsbU="];
};

systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin"];
perSystem = {
system,
Expand Down

0 comments on commit 6903186

Please sign in to comment.