2021-10-23 11:42:14 +02:00
|
|
|
{
|
2022-02-07 15:29:45 +01:00
|
|
|
nix.settings = {
|
|
|
|
substituters = [ "https://nix-community.cachix.org" ];
|
|
|
|
trusted-public-keys = [
|
2021-10-23 11:42:14 +02:00
|
|
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|