removed ds_python

This commit is contained in:
2026-03-05 20:44:20 -05:00
parent 13ba118cfc
commit 1d732bf41c
2 changed files with 0 additions and 13 deletions

View File

@@ -3,6 +3,5 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
my_python my_python
ds_python
]; ];
} }

View File

@@ -45,16 +45,4 @@
] ]
); );
}; };
ds-env = final: _prev: {
ds_python = final.python313.withPackages (
ps: with ps; [
faster-whisper
polars
psycopg
pyannote-pipeline
pydantic
]
);
};
} }