diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-05-03 21:25:57 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-05-03 21:25:57 +0100 |
| commit | 9f29357ca773321e32d62164428801605815a61a (patch) | |
| tree | a900a5ef1928c6e46449fc4f42e8f0baf309ea4f | |
| parent | 7e63c4b3ad1f784fd855cdab70f1c1e2b3d764ab (diff) | |
Add zig and futhark to dev tools
| -rw-r--r-- | modules/dev-tools.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/dev-tools.nix b/modules/dev-tools.nix index 02b9bd6..4c0d6f9 100644 --- a/modules/dev-tools.nix +++ b/modules/dev-tools.nix @@ -16,6 +16,7 @@ delta fd fzf + futhark git haskell.compiler.ghc912 haskellPackages.cabal-install @@ -31,6 +32,7 @@ uv wget z3 + zig zsh unfreePkgs.claude-code |
