add substituter to flake
This commit is contained in:
parent
933bf2efbd
commit
f3a64228a4
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = "https://anmonteiro.nix-cache.workers.dev";
|
||||
extra-trusted-public-keys = "ocaml.nix-cache.com-1:/xI2h2+56rwFfKyyFVbkJSeGqSIYMC/Je+7XXqGKDIY=";
|
||||
};
|
||||
|
||||
outputs = inputs @ {
|
||||
self,
|
||||
nixpkgs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue