nix: pin neovim

This commit is contained in:
Léana 江 2024-03-23 12:58:09 +01:00 committed by Léana 江
parent 97a6578fa3
commit c89cc68eb2
4 changed files with 22 additions and 0 deletions

View file

@ -25,6 +25,7 @@
inherit system;
config.allowUnfree = true;
};
neovim-pin = import input.neovim-pin {inherit system;};
custom = pkgs.callPackage ./custom {
inherit unstable;
inherit (input) opam-nix;
@ -37,6 +38,7 @@
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;