nixos/cachix/ropfuscator.nix

12 lines
202 B
Nix
Raw Normal View History

2021-11-27 20:21:07 +00:00
{
nix = {
binaryCaches = [
"https://ropfuscator.cachix.org"
];
binaryCachePublicKeys = [
"ropfuscator.cachix.org-1:LZ03aJ1yqFlxpU+wfGhLlOkA3MwXqnntd2Wk7u2LnHQ="
];
};
}