chore(3p/sources): bump channels & overlays (2025-03-07)
* Bump Emacs 29 to 30 to address CVEs in prior versions: https://github.com/NixOS/nixpkgs/pull/386174 * //3p/overlays/tvl: - Drop upstreamed fix for buildkite-agent - Drop tpm2-pkcs11 patch for an issue that has been addressed in 1.9.1. - Drop Nix 2.3 patch for home-manager. An alternative to it has been upstreamed in <https://github.com/nix-community/home-manager/pull/5067>. * //users/flokli/presentations: disable derivations that have been failing since the latest chromium upgrade (presumably). reveal-md … --print fails to export a PDF. Enabling debug output reveals that a timeout in pupeteer is hit. Change-Id: Id83eb5e5fe2db77e648817c5c737b2f95b43deeb Reviewed-on: https://cl.tvl.fyi/c/depot/+/13217 Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
93282ac6f0
commit
25d28cb1d5
8 changed files with 22 additions and 93 deletions
|
|
@ -34,4 +34,8 @@ stdenv.mkDerivation {
|
|||
# Above command doesn't fail on error, ensure file has been created
|
||||
[[ -f "$out/slides.pdf" ]] || exit 1
|
||||
'';
|
||||
|
||||
# reveal-md presentation.md --print started timing out possibly due to
|
||||
# chromium: 133.0.6943.141 -> 134.0.6998.35
|
||||
meta.ci.skip = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,4 +32,8 @@ stdenv.mkDerivation {
|
|||
# Above command doesn't fail on error, ensure file has been created
|
||||
[[ -f "$out/slides.pdf" ]] || exit 1
|
||||
'';
|
||||
|
||||
# reveal-md presentation.md --print started timing out possibly due to
|
||||
# chromium: 133.0.6943.141 -> 134.0.6998.35
|
||||
meta.ci.skip = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue