updated nil version

This commit is contained in:
Luj 2023-05-20 21:41:19 +02:00
parent ceff4d5991
commit 2ad52bb59a
4 changed files with 97 additions and 28 deletions

View file

@ -126,7 +126,7 @@ with lib;
rust-vim
];
extraPackages = with pkgs; [ rust-analyzer pkgs.unstable.nil pyright nixpkgs-fmt ormolu ccls gopls ];
extraPackages = with pkgs; [ rust-analyzer pkgs.nil pyright nixpkgs-fmt ormolu ccls gopls ];
extraConfig = ''
luafile ${./settings.lua}