flake: add nix-community cachix as substituters (#1796)
Link: https://github.com/nix-community/stylix/pull/1796
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
(cherry picked from commit 844294a58e)
This commit is contained in:
parent
c51431509b
commit
15f6ffc5e5
1 changed files with 7 additions and 0 deletions
|
|
@ -96,6 +96,13 @@
|
|||
# keep-sorted end
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [ "https://nix-community.cachix.org" ];
|
||||
extra-trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
|
||||
outputs =
|
||||
{ flake-parts, systems, ... }@inputs:
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue