mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
legacy/development: organize packages
This commit is contained in:
parent
7da4fa1bf1
commit
5f7537dc9a
1 changed files with 9 additions and 9 deletions
|
@ -8,19 +8,21 @@
|
||||||
cargo-outdated
|
cargo-outdated
|
||||||
rustfmt
|
rustfmt
|
||||||
rustc
|
rustc
|
||||||
# general
|
# tools
|
||||||
clang
|
|
||||||
cloc
|
cloc
|
||||||
cmake
|
|
||||||
dfeet
|
|
||||||
direnv
|
direnv
|
||||||
entr
|
entr
|
||||||
git
|
ripgrep
|
||||||
|
# general
|
||||||
|
clang
|
||||||
|
cmake
|
||||||
gnumake
|
gnumake
|
||||||
go
|
|
||||||
hugo
|
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
|
valgrind
|
||||||
|
# websites
|
||||||
|
hugo
|
||||||
|
# scripts
|
||||||
(python3.withPackages (ps: with ps; [
|
(python3.withPackages (ps: with ps; [
|
||||||
jupyter # notebooks
|
jupyter # notebooks
|
||||||
matplotlib
|
matplotlib
|
||||||
|
@ -33,10 +35,8 @@
|
||||||
tqdm # progressbar in pandas
|
tqdm # progressbar in pandas
|
||||||
wheel # python development
|
wheel # python development
|
||||||
]))
|
]))
|
||||||
ripgrep
|
|
||||||
shellcheck
|
shellcheck
|
||||||
topgrade
|
topgrade
|
||||||
valgrind
|
|
||||||
vimPlugins.YouCompleteMe
|
vimPlugins.YouCompleteMe
|
||||||
ycmd
|
ycmd
|
||||||
woeusb-ng
|
woeusb-ng
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue