10 lines
192 B
Nix
10 lines
192 B
Nix
{
|
|
nix.settings = {
|
|
substituters = [
|
|
"https://arm.cachix.org"
|
|
];
|
|
trusted-public-keys = [
|
|
"arm.cachix.org-1:K3XjAeWPgWkFtSS9ge5LJSLw3xgnNqyOaG7MDecmTQ8="
|
|
];
|
|
};
|
|
}
|