use correct binary cache path
This commit is contained in:
parent
f909e2fa20
commit
fcf0de9c0b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
"https://cache.cything.io"
|
"https://cache.cything.io/central"
|
||||||
];
|
];
|
||||||
# extra-trusted-public-keys = [
|
# extra-trusted-public-keys = [
|
||||||
# ""
|
# ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue