emacsPackages.consult-gh-embark: ignore compilation errors

https://hydra.nixos.org/build/285261090
This commit is contained in:
Lin Jian
2025-01-16 16:33:27 +08:00
parent 9beb61e343
commit ae5d337db3
@@ -963,6 +963,9 @@ let
})
);
# needs network during compilation
consult-gh-embark = ignoreCompilationError super.consult-gh-embark;
# needs network during compilation
consult-gh-forge = ignoreCompilationError (buildWithGit super.consult-gh-forge);