mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
nix: pin neovim
This commit is contained in:
parent
97a6578fa3
commit
c89cc68eb2
4 changed files with 22 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue