Fix cache url

This commit is contained in:
Sridhar Ratnakumar 2022-04-10 16:13:07 -04:00
parent 534ac2ed6b
commit a712497eaa

View file

@ -5,6 +5,6 @@
];
nix.binaryCaches = [
"https://srid.cachix.org"
"nix-community.cachix.org"
"https://nix-community.cachix.org"
];
}