global/caches: refactor and add hydra.inx.moe
This commit is contained in:
parent
6b045b1737
commit
ed90ffd072
4 changed files with 16 additions and 23 deletions
4
modules/global/caches/official.nix
Normal file
4
modules/global/caches/official.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
nix.settings.substituters = lib.mkBefore [ "https://cache.nixos.org/" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue