Skip to content

Commit b7c8acb

Browse files
committed
fix: remove extra substituters
1 parent d69e453 commit b7c8acb

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

flake.nix

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@
2121
with-python-trigger.url = "github:boolean-option/true";
2222
};
2323

24-
nixConfig = {
25-
extra-substituters = [
26-
"https://mc-rtc-nix.cachix.org"
27-
"https://gepetto.cachix.org"
28-
"https://attic.iid.ciirc.cvut.cz/ros"
29-
];
30-
extra-trusted-public-keys = [
31-
"mc-rtc-nix.cachix.org-1:5M3sLvHXJCep4wc1tQl7QuFWL2eH2I0jkuvWtqJDYQs="
32-
"gepetto.cachix.org-1:toswMl31VewC0jGkN6+gOelO2Yom0SOHzPwJMY2XiDY="
33-
"ros:JR95vUYsShSqfA1VTYoFt1Nz6uXasm5QrcOsGry9f6Q="
34-
];
35-
};
36-
3724
outputs =
3825
inputs:
3926
let

0 commit comments

Comments
 (0)