nix: use neovim nightly

This commit is contained in:
Léana 江 2024-03-29 16:34:14 +01:00 committed by Léana 江
parent 3e199282b2
commit 13810eb898
4 changed files with 216 additions and 58 deletions

View file

@ -15,6 +15,9 @@
"discord"
"languagetool"
];
overlays = [
input.neovim-nightly-overlay.overlay
];
};
unstable = import nixunstable {inherit system;};
nur = import input.nixnur {
@ -25,7 +28,6 @@
inherit system;
config.allowUnfree = true;
};
neovim-pin = import input.neovim-pin {inherit system;};
custom = pkgs.callPackage ./custom {
inherit unstable;
inherit (input) opam-nix;
@ -38,7 +40,6 @@
wired = input.wired.packages.${system};
agenix = input.agenix.packages.${system};
llama-cpp = input.llama-cpp.packages.${system}.default;
inherit neovim-pin;
# my packages
audio-lint = input.audio-lint.defaultPackage.${system};
hbrainfuck = input.hbrainfuck.packages.${system}.default;