mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
removed ds_python
This commit is contained in:
@@ -3,6 +3,5 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
my_python
|
my_python
|
||||||
ds_python
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,16 +45,4 @@
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
ds-env = final: _prev: {
|
|
||||||
ds_python = final.python313.withPackages (
|
|
||||||
ps: with ps; [
|
|
||||||
faster-whisper
|
|
||||||
polars
|
|
||||||
psycopg
|
|
||||||
pyannote-pipeline
|
|
||||||
pydantic
|
|
||||||
]
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user