mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 09:17:23 +08:00
6 lines
113 B
Nix
6 lines
113 B
Nix
{
|
|
imports = [
|
|
# Disable all these caches, because nix is often stuck querying cachix.
|
|
./oss.nix
|
|
];
|
|
}
|