mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue