Add cachix
This commit is contained in:
parent
6813ce84b6
commit
ee6d7f14f8
1 changed files with 10 additions and 0 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue