diff options
author | Martin Fischer <martin@push-f.com> | 2025-06-28 20:33:10 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-06-28 20:49:39 +0200 |
commit | d3dc97a7749be87a986d22a55419152eb69d8832 (patch) | |
tree | a06c9e0babc4de7e8a258ca7c3ba5551e2eacfba /nixos/profiles/workstation | |
parent | 41665a5b2f8050e70acaf1e19730ed101e128764 (diff) |
Diffstat (limited to 'nixos/profiles/workstation')
-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 2cad67b..ac9b2f1 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -4,6 +4,7 @@ environment.systemPackages = with pkgs; [ rustup go + golangci-lint python313 nodejs_22 |