feat: add some more needed dependencies.
This commit is contained in:
parent
8e878042dd
commit
835f3823ec
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
.direnv
|
.direnv
|
||||||
|
.pre-commit-config.yaml
|
||||||
|
|
|
||||||
|
|
@ -77,5 +77,7 @@ with pkgs.python3Packages;
|
||||||
|
|
||||||
nativeBuildInput = with pkgs; [
|
nativeBuildInput = with pkgs; [
|
||||||
nvitop
|
nvitop
|
||||||
|
coreutils
|
||||||
|
glib
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue