12 lines
206 B
Nix
12 lines
206 B
Nix
|
|
{
|
|
nix = {
|
|
binaryCaches = [
|
|
"https://ropfuscator.cachix.org"
|
|
];
|
|
binaryCachePublicKeys = [
|
|
"ropfuscator.cachix.org-1:LZ03aJ1yqFlxpU+wfGhLlOkA3MwXqnntd2Wk7u2LnHQ="
|
|
];
|
|
};
|
|
}
|
|
|