From 9efff26496ee9095d716afcd4995c0cd95128a11 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 13 Oct 2022 16:31:56 +0700 Subject: [PATCH] user/neovim: fix omnisharp path truly one of the moments of all time --- modules/user/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/neovim.nix b/modules/user/neovim.nix index 5a8e449..3c7d861 100644 --- a/modules/user/neovim.nix +++ b/modules/user/neovim.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: let luaconf = pkgs.writeText "config.lua" - (lib.replaceStrings ["{{OMNISHARP_PATH}}"] ["${pkgs.omnisharp-roslyn}/bin/omnisharp"] + (lib.replaceStrings ["{{OMNISHARP_PATH}}"] ["${pkgs.omnisharp-roslyn}/bin/OmniSharp"] (builtins.readFile ../../res/config.lua)); in { systemd.user.tmpfiles.rules = [