Files
helm/profiles/cachix/nix-community.nix
T
Anish Lakhwara 0051488eb1 update to 22.11
2022-12-05 15:07:27 +10:00

13 lines
239 B
Nix

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