Push peertube to use unstable version
This commit is contained in:
parent
b9cf4b2568
commit
593bcc42a4
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ let
|
||||||
# Typst updates really quickly.
|
# Typst updates really quickly.
|
||||||
typst = final.unstable.typst;
|
typst = final.unstable.typst;
|
||||||
typst-lsp = final.unstable.typst-lsp;
|
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: {
|
overlay-imported = final: prev: {
|
||||||
# sway = prev.sway.override { sway-unwrapped = final.swayfx-unwrapped; };
|
# sway = prev.sway.override { sway-unwrapped = final.swayfx-unwrapped; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue