mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
devShells.default: add language servers for this project
This commit is contained in:
parent
ef2648bf3a
commit
6cd97ed0fe
14
shell.nix
14
shell.nix
@ -1,5 +1,17 @@
|
|||||||
{ pkgs ? import <nixpkgs> { } }:
|
{ pkgs ? import <nixpkgs> { } }:
|
||||||
|
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
packages = with pkgs; [ asciidoctor age git jq nixpkgs-fmt rnix-lsp sops ];
|
packages = with pkgs; [
|
||||||
|
asciidoctor
|
||||||
|
age
|
||||||
|
git
|
||||||
|
jq
|
||||||
|
nixpkgs-fmt
|
||||||
|
sops
|
||||||
|
|
||||||
|
# Language servers for various parts of the config that uses a language.
|
||||||
|
sumneko-lua-language-server
|
||||||
|
pyright
|
||||||
|
rnix-lsp
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user