Skip to content

Commit 188b3ea

Browse files
committed
flake: add nix-community and stylix cachix as substituters
1 parent 683d626 commit 188b3ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

flake.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,17 @@
9191
# keep-sorted end
9292
};
9393

94+
nixConfig = {
95+
extra-substituters = [
96+
"https://stylix.cachix.org"
97+
"https://nix-community.cachix.org"
98+
];
99+
extra-trusted-public-keys = [
100+
"stylix.cachix.org-1:iTycMb+viP8aTqhRDvV5qjs1jtNJKH9Jjvqyg4DYxhw="
101+
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
102+
];
103+
};
104+
94105
outputs =
95106
{ flake-parts, systems, ... }@inputs:
96107
flake-parts.lib.mkFlake { inherit inputs; } {

0 commit comments

Comments
 (0)