ark/profiles/cachix/nix-community.nix

7 lines
190 B
Nix
Raw Normal View History

2021-02-04 07:23:15 +03:00
{
nix = {
2022-02-18 20:31:01 +03:00
settings.substituters = ["https://nix-community.cachix.org"];
binaryCachePublicKeys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="];
2021-02-04 07:23:15 +03:00
};
}