add neovim-nightly

This commit is contained in:
Moritz Böhme 2023-02-17 12:31:31 +01:00
parent e356b4fa8e
commit be3818d719
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 63 additions and 5 deletions

View file

@ -1,4 +1,6 @@
{ inputs }: final: prev: {
neovim-nightly = inputs.neovim.packages.${prev.system}.default;
logseq-wayland = prev.symlinkJoin {
name = "logseq-wayland";
paths = [ prev.logseq ];