diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-31 07:28:42 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-31 07:53:50 +0200 |
commit | 25f131e3977097355b6461cfa63b1d5d81b9a4c2 (patch) | |
tree | 821b6c19b26835790d0f8732440a532814bda685 /nixos/profiles/workstation/dev.nix | |
parent | fe7056df72ec279c0da1c97307eb75c3c35e3bfc (diff) |
feat(workstation): add Go
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 |