diff options
author | Karel Kočí <cynerd@email.cz> | 2022-06-20 11:59:43 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-06-20 11:59:43 +0200 |
commit | b0855798490396849aae2422048f18ed803a5087 (patch) | |
tree | 4e9e47c0a72596071c9e22c10be1e7188f6a4c55 /nixos | |
parent | a4ce9c94f8281cd3fcf4752d6bd2b6f794d94e00 (diff) | |
download | nixos-personal-b0855798490396849aae2422048f18ed803a5087.tar.gz nixos-personal-b0855798490396849aae2422048f18ed803a5087.tar.bz2 nixos-personal-b0855798490396849aae2422048f18ed803a5087.zip |
nixos/modules/develop: add rnix-lsp
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/develop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 54db063..c676b5e 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -26,6 +26,7 @@ in { # Nix nix-prefetch-git nix-prefetch-github nix-prefetch-scripts + rnix-lsp # C ccls bear |