Skip to content

Commit 521bef7

Browse files
authored
refactor(wrapperModules.neovim): remove useless () (#187)
1 parent a75efcc commit 521bef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapperModules/n/neovim/symlinkScript.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ finalDrv
7474
cp -r ${package}/nix-support/* $out/nix-support
7575
7676
''
77-
+ lib.optionalString (stdenv.isLinux) ''
77+
+ lib.optionalString stdenv.isLinux ''
7878
mkdir -p $out/share/applications
7979
substitute ${
8080
lib.escapeShellArgs [

0 commit comments

Comments
 (0)