diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-02 22:05:46 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-02 22:05:46 +0700 |
| commit | 4eba57f4e787bf97fe7dcb0e1702723aa08de01d (patch) | |
| tree | fc0a648ee970fa3bbf8ad3db794788a48eb2c80d /nixos/modules/features/dev-tools | |
| parent | 7ed2cd02363a48dd9f6f9704efddfb15fe26944e (diff) | |
.
Diffstat (limited to 'nixos/modules/features/dev-tools')
| -rw-r--r-- | nixos/modules/features/dev-tools/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/features/dev-tools/default.nix b/nixos/modules/features/dev-tools/default.nix index ad10afd..6b20cf7 100644 --- a/nixos/modules/features/dev-tools/default.nix +++ b/nixos/modules/features/dev-tools/default.nix @@ -11,7 +11,7 @@ gnumake nodejs pyright - python3 + (python3.withPackages (ps: with ps; [ pip ])) rust-analyzer rustc lua5_4 |
