Commit efbf79dc6ea6

Vincent Demeester <vincent@sbr.pm>
2018-12-16 17:24:26
nix-config: add a local binary proxy…
… next step is to handle remote ones (like carthage and kerkouane). Need to make an option for those. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ac4d24a
Changed files (1)
modules
modules/profiles/nix-config.nix
@@ -38,6 +38,7 @@ in
         build-cores = 0
       '';
       binaryCaches = [
+        "http://massimo.local"
         "https://cache.nixos.org/"
         "https://r-ryantm.cachix.org"
         "https://vdemeester.cachix.org"