diff options
author | Aylur <[email protected]> | 2025-03-01 20:59:09 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2025-03-01 21:02:29 +0100 |
commit | 23cdbc8088b5c308a068b432a6b03213ede68f07 (patch) | |
tree | 1e8bd6ffde5273fcd80aca0d30cbb38dbe5f9461 /nix/devshell.nix | |
parent | dfd1f23c7562694e571d44c45aa74fcea9b1ba01 (diff) |
add gtk4 examples
Diffstat (limited to 'nix/devshell.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 { |