4 lines
93 B
Nix
4 lines
93 B
Nix
{ lib, ... }:
|
|
{
|
|
nix.settings.substituters = lib.mkBefore [ "https://cache.nixos.org/" ];
|
|
}
|