dotfiles/nixos/cachix/cyplo.nix
Cyryl Płotnicki 2f819dcfba adda cachix
2019-10-06 12:17:36 +01:00

13 lines
199 B
Nix

{
nix = {
binaryCaches = [
"https://cyplo.cachix.org"
];
binaryCachePublicKeys = [
"cyplo.cachix.org-1:6cmlYl6tQ1eidsjU2tw6uGN2hmzQ+P5uiQhuo6d1P5o="
];
};
}