10 lines
185 B
Nix
10 lines
185 B
Nix
{
|
|
nix = {
|
|
binaryCaches = [
|
|
"https://arm.cachix.org"
|
|
];
|
|
binaryCachePublicKeys = [
|
|
"arm.cachix.org-1:K3XjAeWPgWkFtSS9ge5LJSLw3xgnNqyOaG7MDecmTQ8="
|
|
];
|
|
};
|
|
}
|