mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
cleanup develoment for raspi
This commit is contained in:
parent
7312071d30
commit
0e0be51bc5
2 changed files with 4 additions and 6 deletions
|
@ -9,6 +9,8 @@ in
|
|||
unstable.clippy # lint
|
||||
cargo-flamegraph
|
||||
cargo-outdated
|
||||
rustfmt
|
||||
unstable.rustc
|
||||
# general
|
||||
clang
|
||||
cmake
|
||||
|
@ -25,12 +27,8 @@ in
|
|||
patchelf
|
||||
pkg-config
|
||||
(python3.withPackages (ps: with ps; [
|
||||
nltk # language-toolkit
|
||||
tqdm # progressbar in pandas
|
||||
jupyter # notebooks
|
||||
Keras # machine learning
|
||||
tensorflow-build_2 # machine learning
|
||||
transformers # machine learning
|
||||
numpy
|
||||
pandas
|
||||
matplotlib
|
||||
|
@ -39,8 +37,6 @@ in
|
|||
pillow
|
||||
]))
|
||||
ripgrep
|
||||
rustfmt
|
||||
unstable.rustc
|
||||
shellcheck
|
||||
sloccount
|
||||
topgrade
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
./disks-srv.nix
|
||||
./users.nix
|
||||
./extra/networkdecrypt.nix
|
||||
./extra/development.nix
|
||||
./extra/3d-printer.nix
|
||||
./extra/ssh.nix
|
||||
./extra/avahi.nix
|
||||
./hardware/raspberrypi4.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue