nixos/cachix/ropfuscator.nix
Giulio De Pasquale 8a7d1c6072 use cachix
2021-11-27 21:21:07 +01:00

12 lines
206 B
Nix

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