feat: add some more needed dependencies.

This commit is contained in:
CronyAkatsuki 2025-10-31 10:42:47 +01:00
parent 8e878042dd
commit 835f3823ec
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.direnv .direnv
.pre-commit-config.yaml

View file

@ -77,5 +77,7 @@ with pkgs.python3Packages;
nativeBuildInput = with pkgs; [ nativeBuildInput = with pkgs; [
nvitop nvitop
coreutils
glib
]; ];
} }