mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
Revert "nix: use neovim nightly"
it broke stuff This reverts commit 8ed4cbbacef73447994e7fdc9b182598081f042b.
This commit is contained in:
parent
13810eb898
commit
efdd00505a
4 changed files with 58 additions and 216 deletions
|
|
@ -15,9 +15,6 @@
|
|||
"discord"
|
||||
"languagetool"
|
||||
];
|
||||
overlays = [
|
||||
input.neovim-nightly-overlay.overlay
|
||||
];
|
||||
};
|
||||
unstable = import nixunstable {inherit system;};
|
||||
nur = import input.nixnur {
|
||||
|
|
@ -28,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;
|
||||
|
|
@ -40,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