trusted substituter
This commit is contained in:
parent
4c17e30aa8
commit
8bd64e2ba7
2 changed files with 13 additions and 4 deletions
10
flake.nix
10
flake.nix
|
@ -32,6 +32,16 @@
|
|||
nixpkgs-btrbk.url = "github:cything/nixpkgs/btrbk"; # unmerged PR
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://cache.cything.io"
|
||||
];
|
||||
# extra-trusted-public-keys = [
|
||||
# ""
|
||||
# ];
|
||||
builders-use-substitutes = true;
|
||||
};
|
||||
|
||||
outputs =
|
||||
{
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue