nixos-config/nixos/caches/default.nix
Sridhar Ratnakumar 2b22cd2e5c use garnix cache
2023-08-23 18:27:37 -04:00

6 lines
113 B
Nix

{
imports = [
# Disable all these caches, because nix is often stuck querying cachix.
./oss.nix
];
}