Remove previously needed unstable references
This commit is contained in:
parent
db64c71a2a
commit
74ad74af1f
4 changed files with 9 additions and 17 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue