diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/devshell.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nix/devshell.nix b/nix/devshell.nix index 2e409c4..8c772a8 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -42,8 +42,8 @@ blueprint-compiler libadwaita wayland-scanner - dart-sass + esbuild lua python gjs @@ -56,6 +56,8 @@ vtsls vscode-langservers-extracted markdownlint-cli2 + pyright + ruff ]; in { default = pkgs.mkShell { |