Remove previously needed unstable references

This commit is contained in:
Natsu Kagami 2024-06-02 16:56:54 +02:00
parent db64c71a2a
commit 74ad74af1f
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 9 additions and 17 deletions

View file

@ -5,15 +5,10 @@ let
x86 = import nixpkgs-unstable { system = prev.system; config.allowUnsupportedSystem = true; };
};
overlay-needs-unstable = final: prev: {
# override some packages that needs unstable that cannot be changed in the setup.
nix-direnv = prev.unstable.nix-direnv;
# Typst updates really quickly.
typst = final.unstable.typst;
typst-lsp = final.unstable.typst-lsp;
peertube = final.unstable.peertube;
# Until 0.35 is in
kitty = final.unstable.kitty;
};