diff options
author | makefu <github@syntax-fehler.de> | 2019-02-16 22:37:29 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-02-16 22:37:29 +0100 |
commit | 93a2ebaa6de0a3e450a28d109ee5d4a92d20f2d8 (patch) | |
tree | 6c35bea660edb973fff4e2c024746f1b390c6884 /makefu/1systems/x/config.nix | |
parent | f26eda6481e470f19b41d64539f282b15e23b389 (diff) |
ma x.r: prefer remote fetch of sources
Diffstat (limited to 'makefu/1systems/x/config.nix')
-rw-r--r-- | makefu/1systems/x/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index 7ed63837f..ceeccc0b2 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/1systems/x/config.nix @@ -75,6 +75,7 @@ # <stockholm/makefu/2configs/buildbot-standalone.nix> <stockholm/makefu/2configs/remote-build/aarch64-community.nix> <stockholm/makefu/2configs/remote-build/gum.nix> + { nixpkgs.overlays = [ (self: super: super.prefer-remote-fetch self super) ]; } # Hardware <stockholm/makefu/2configs/hw/tp-x230.nix> |