cleanup develoment for raspi

This commit is contained in:
Felix Buehler 2021-03-28 21:03:12 +02:00
parent 7312071d30
commit 0e0be51bc5
2 changed files with 4 additions and 6 deletions

View file

@ -9,6 +9,8 @@ in
unstable.clippy # lint unstable.clippy # lint
cargo-flamegraph cargo-flamegraph
cargo-outdated cargo-outdated
rustfmt
unstable.rustc
# general # general
clang clang
cmake cmake
@ -25,12 +27,8 @@ in
patchelf patchelf
pkg-config pkg-config
(python3.withPackages (ps: with ps; [ (python3.withPackages (ps: with ps; [
nltk # language-toolkit
tqdm # progressbar in pandas tqdm # progressbar in pandas
jupyter # notebooks jupyter # notebooks
Keras # machine learning
tensorflow-build_2 # machine learning
transformers # machine learning
numpy numpy
pandas pandas
matplotlib matplotlib
@ -39,8 +37,6 @@ in
pillow pillow
])) ]))
ripgrep ripgrep
rustfmt
unstable.rustc
shellcheck shellcheck
sloccount sloccount
topgrade topgrade

View file

@ -7,6 +7,8 @@
./disks-srv.nix ./disks-srv.nix
./users.nix ./users.nix
./extra/networkdecrypt.nix ./extra/networkdecrypt.nix
./extra/development.nix
./extra/3d-printer.nix
./extra/ssh.nix ./extra/ssh.nix
./extra/avahi.nix ./extra/avahi.nix
./hardware/raspberrypi4.nix ./hardware/raspberrypi4.nix