nixfleet/profiles/cachix/arm.nix
2021-09-29 21:37:59 +02:00

10 lines
185 B
Nix

{
nix = {
binaryCaches = [
"https://arm.cachix.org"
];
binaryCachePublicKeys = [
"arm.cachix.org-1:K3XjAeWPgWkFtSS9ge5LJSLw3xgnNqyOaG7MDecmTQ8="
];
};
}