diff options
| author | seth <[email protected]> | 2024-10-29 23:06:33 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-29 23:06:50 -0400 |
| commit | cbc28f80dcd18f3860023e97cc26eb3ff2c5ae33 (patch) | |
| tree | 475f6e72a7f5ceff8aeb1ca5f3183e38b0a85059 /neovim.nix | |
| parent | 2e766b185d2bb6fa38c0bd8fb980ba8fffeedb3a (diff) | |
neovim.nix: writeTextDir -> writeText
Diffstat (limited to 'neovim.nix')
| -rw-r--r-- | neovim.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,14 +13,14 @@ statix, typos-lsp, vimPlugins, - writeTextDir, + writeText, }: mkNeovimDerivation { pname = "getchvim"; inherit version; - luaRc = writeTextDir "init.lua" "require('getchoo')" + "/init.lua"; + luaRc = writeText "init.lua" "require('getchoo')"; runtimePrograms = [ # External programs |
