Neovim non nightly (#59)

This commit is contained in:
Patrick Stevens
2024-05-27 17:55:10 +01:00
committed by GitHub
parent 1fc72d0288
commit 29d80dec16
4 changed files with 31 additions and 218 deletions

View File

@@ -24,14 +24,9 @@
whisper = {
url = "github:Smaug123/whisper.cpp/nix";
};
neovim-nightly = {
url = "github:nix-community/neovim-nightly-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
neovim-nightly,
darwin,
emacs,
nixpkgs,
@@ -46,7 +41,7 @@
};
systems = ["aarch64-darwin" "aarch64-linux" "x86_64-linux"];
in let
overlays = [emacs.overlay neovim-nightly.overlay];
overlays = [emacs.overlay];
recursiveMerge = attrList: let
f = attrPath:
builtins.zipAttrsWith (n: values: