nix/system/cachix/nix-community.nix
2023-09-11 21:30:13 +10:00

12 lines
239 B
Nix
Executable file

{
nix = {
settings = {
substituters = [
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
};
}