Added package repo statistic extraction script
This commit is contained in:
11
devenv.nix
11
devenv.nix
@@ -9,6 +9,17 @@
|
||||
|
||||
# https://devenv.sh/languages/
|
||||
languages = {
|
||||
python = {
|
||||
enable = true;
|
||||
venv = {
|
||||
enable = true;
|
||||
requirements = ''
|
||||
beautifulsoup4==4.14.2
|
||||
soupsieve==2.8
|
||||
typing_extensions==4.15.0
|
||||
'';
|
||||
};
|
||||
};
|
||||
javascript = {
|
||||
enable = true;
|
||||
bun = {
|
||||
|
||||
Reference in New Issue
Block a user