From 25f131e3977097355b6461cfa63b1d5d81b9a4c2 Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Mon, 31 Mar 2025 07:28:42 +0200
Subject: feat(workstation): add Go

---
 nixos/profiles/workstation/dev.nix | 1 +
 1 file changed, 1 insertion(+)

(limited to 'nixos/profiles/workstation')

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
 
-- 
cgit v1.2.3