feat: Add overlay for neovim-nightly
This commit is contained in:
parent
3411e90b3f
commit
c0e4f56278
2 changed files with 9 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ in
|
||||||
./zulip.nix
|
./zulip.nix
|
||||||
./spotifyd.nix
|
./spotifyd.nix
|
||||||
./nautilus.nix
|
./nautilus.nix
|
||||||
|
./neovim-nightly.nix
|
||||||
|
|
||||||
# Nur
|
# Nur
|
||||||
./nur.nix
|
./nur.nix
|
||||||
|
|
|
||||||
8
overlays/modifications/neovim-nightly.nix
Normal file
8
overlays/modifications/neovim-nightly.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ inputs, ... }:
|
||||||
|
_final: prev:
|
||||||
|
let
|
||||||
|
inherit (prev.stdenv.hostPlatform) system;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
neovim-nightly = inputs.neovim-nightly.packages.${system}.neovim;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue