mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: use neovim nightly
This commit is contained in:
parent
3e199282b2
commit
13810eb898
4 changed files with 216 additions and 58 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue