Disable HTTP2 to work around a bug in the Nix binary caching
This commit is contained in:
parent
139c828562
commit
150fb62b4a
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@
|
|||
"flakes"
|
||||
];
|
||||
auto-optimise-store = true;
|
||||
http2 = false;
|
||||
substituters = [ "https://cache.sinerva.eu" ];
|
||||
trusted-public-keys = [ "cache.sinerva.eu:TaIhyAKozO/r88EBWMSdbp+TB0YlcXT/EADunYoYLVc=" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue