add more devel packages
This commit is contained in:
parent
2119af2de6
commit
d4701f8b49
2 changed files with 7 additions and 0 deletions
|
@ -13,5 +13,6 @@
|
|||
home.packages = with pkgs; [
|
||||
comma # nix-shell a package by prefixing it with `,`
|
||||
ripgrep # well, it's grep
|
||||
fastfetch # gotta show system information somehow!
|
||||
];
|
||||
}
|
||||
|
|
|
@ -12,10 +12,16 @@
|
|||
autoconf
|
||||
pkg-config
|
||||
bun
|
||||
rustup
|
||||
|
||||
# haskell stuff
|
||||
haskell.compiler.ghc910
|
||||
cabal-install
|
||||
stack
|
||||
|
||||
# nix stuff
|
||||
nixpkgs-fmt
|
||||
nix-tree
|
||||
nil
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue