mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: move neovim-pin to flake inputs
This commit is contained in:
parent
24d89b9733
commit
7a4f46a636
4 changed files with 20 additions and 10 deletions
|
|
@ -5,15 +5,6 @@
|
|||
...
|
||||
}:
|
||||
|
||||
let
|
||||
neovim-pin = import (pkgs.fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
rev = "6132b0f6e344ce2fe34fc051b72fb46e34f668e0";
|
||||
hash = "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=";
|
||||
}) { inherit (pkgs) system; };
|
||||
in
|
||||
|
||||
{
|
||||
options.programs.neovim.extraLangServers = {
|
||||
enable = lib.mkEnableOption "miscellaneous language servers";
|
||||
|
|
@ -22,7 +13,7 @@ in
|
|||
config = {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = neovim-pin.neovim-unwrapped;
|
||||
package = pkgs.neovim-pin.neovim-unwrapped;
|
||||
defaultEditor = true;
|
||||
extraPackages = lib.mkMerge [
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue