We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69e453 commit b7c8acbCopy full SHA for b7c8acb
1 file changed
flake.nix
@@ -21,19 +21,6 @@
21
with-python-trigger.url = "github:boolean-option/true";
22
};
23
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
-
37
outputs =
38
inputs:
39
let
0 commit comments