From 7219f02482d1ba4ba252927c59acaf5dfa9916a1 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Thu, 25 Jul 2024 21:25:08 -0700 Subject: [PATCH] more dev stuff --- nix-darwin/home.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index bc78ae8..26b654d 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -90,8 +90,14 @@ dig # Development stuff + gh + + # c/c++ gcc + # haskell + ghc + # rust rustc rustup @@ -100,9 +106,16 @@ nodejs_22 nodePackages.pnpm + # golang go + + # lua <3 lua + + # ruby ruby + + # julia julia_19-bin # compat # py