Set binary cache hint
This commit is contained in:
parent
d9f6e2f51c
commit
2c23fb92c9
3 changed files with 9 additions and 25 deletions
|
@ -43,5 +43,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Binary cache hint
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://nix-cache.nekover.se"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"nix-cache.nekover.se:f/VfGqC5lctLzOa6pLLDmEkihcip4WYpYShlW3rivLU="
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue