Skip to content

Commit c9dd52a

Browse files
committed
fix: remove unused substituers
1 parent 02205d5 commit c9dd52a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/base/nix/substituers.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,14 @@
33
substituters = [
44
"https://kidibox.cachix.org"
55
"https://nix-community.cachix.org"
6-
"https://hyprland.cachix.org"
76
"https://devenv.cachix.org"
8-
"https://nixpkgs-wayland.cachix.org"
9-
"https://cosmic.cachix.org"
107
"https://nix-gaming.cachix.org"
118
];
129

1310
trusted-public-keys = [
1411
"kidibox.cachix.org-1:BN875x9JUW61souPxjf7eA5Uh2k3A1OSA1JIb/axGGE="
1512
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
16-
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
1713
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
18-
"nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA="
19-
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
2014
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
2115
];
2216
};

0 commit comments

Comments
 (0)