add more devel packages

This commit is contained in:
insects 2024-09-08 17:07:38 +02:00
parent 2119af2de6
commit d4701f8b49
2 changed files with 7 additions and 0 deletions

View file

@ -13,5 +13,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
comma # nix-shell a package by prefixing it with `,` comma # nix-shell a package by prefixing it with `,`
ripgrep # well, it's grep ripgrep # well, it's grep
fastfetch # gotta show system information somehow!
]; ];
} }

View file

@ -12,10 +12,16 @@
autoconf autoconf
pkg-config pkg-config
bun bun
rustup
# haskell stuff # haskell stuff
haskell.compiler.ghc910 haskell.compiler.ghc910
cabal-install cabal-install
stack stack
# nix stuff
nixpkgs-fmt
nix-tree
nil
]; ];
} }