diff --git a/home/programs/neovim.nix b/home/programs/neovim.nix index f32d3b4..b8b9d04 100644 --- a/home/programs/neovim.nix +++ b/home/programs/neovim.nix @@ -22,7 +22,7 @@ in ping = "${pkgs.unixtools.ping}/bin/ping"; host = "github.com"; sleep = "${pkgs.coreutils}/bin/sleep"; - script = pkgs.writeScriptBin "clone-nvim.sh" '' + script = pkgs.writeScriptBin "clone-nvim.sh" /*bash*/ '' #!${bash} if [ -d "${nvimCloneDir}" ]; then