flake: add the nix-community binary cache

This commit is contained in:
Gaetan Lepage 2024-05-30 14:56:05 +02:00 committed by Gaétan Lepage
parent 51240cef0e
commit bcfef991f8

View file

@ -36,6 +36,13 @@
};
};
nixConfig = {
extra-substituters = [ "https://nix-community.cachix.org" ];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
outputs =
inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } {