Push peertube to use unstable version

This commit is contained in:
Natsu Kagami 2025-04-23 22:41:51 +02:00
parent b9cf4b2568
commit 593bcc42a4
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -18,6 +18,10 @@ let
# Typst updates really quickly.
typst = final.unstable.typst;
typst-lsp = final.unstable.typst-lsp;
# Update to v7 beforehand
peertube =
assert (builtins.compareVersions prev.peertube.version "7.0.0" == -1);
final.unstable.peertube;
};
overlay-imported = final: prev: {
# sway = prev.sway.override { sway-unwrapped = final.swayfx-unwrapped; };