diff options
Diffstat (limited to 'nixos/profiles/workstation/dev.nix')
-rw-r--r-- | nixos/profiles/workstation/dev.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index 970e453..e550a4c 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -3,6 +3,7 @@ { environment.systemPackages = with pkgs; [ rustup + go python313 nodejs_22 |