Merge remote-tracking branch 'origin/master'

This commit is contained in:
2016-07-09 21:35:11 +02:00

View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
# Cache http pour le store
nix.requireSignedBinaryCaches = false;
nix.binaryCaches = [ "http://192.168.10.169:5000" ];
}