nixos/cachix/ropfuscator.nix
Giulio De Pasquale c18f4a590e Calibre and cachix
2022-04-05 14:04:53 +02:00

12 lines
202 B
Nix

{
nix = {
binaryCaches = [
"https://ropfuscator.cachix.org"
];
binaryCachePublicKeys = [
"ropfuscator.cachix.org-1:LZ03aJ1yqFlxpU+wfGhLlOkA3MwXqnntd2Wk7u2LnHQ="
];
};
}