tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
neovim: fix -configured evaluation
Tobias Geerinckx-Rice
10 years ago
ba0dcb95
efc359c2
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
neovim
default.nix
+1
-1
pkgs/applications/editors/neovim/default.nix
···
145
145
};
146
146
147
147
in if (vimAlias == false && configure == null) then neovim else stdenv.mkDerivation {
148
148
-
name = "neovim-${version}-configured";
148
148
+
name = "neovim-${neovim.version}-configured";
149
149
inherit (neovim) version;
150
150
151
151
nativeBuildInputs = [ makeWrapper ];