Add cachix

This commit is contained in:
Cyryl Płotnicki 2019-07-21 11:40:02 +01:00
parent 6813ce84b6
commit ee6d7f14f8

View file

@ -13,6 +13,16 @@ in
./common-hardware.nix ./common-hardware.nix
]; ];
nix = {
binaryCaches = [
"https://cyplo.cachix.org"
];
binaryCachePublicKeys = [
"cyplo.cachix.org-1:6cmlYl6tQ1eidsjU2tw6uGN2hmzQ+P5uiQhuo6d1P5o="
];
};
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;
packageOverrides = pkgs: { packageOverrides = pkgs: {