Removed shell.nix

This commit is contained in:
Théo Bori
2025-07-28 19:08:21 +02:00
parent 7bd7ddecae
commit 985e7fee18

View File

@@ -1,19 +0,0 @@
let
pkgs = import <nixpkgs> { };
in
pkgs.mkShell {
packages = [
(pkgs.python3.withPackages (python-pkgs: [
python-pkgs.yt-dlp
python-pkgs.dbus-python
python-pkgs.requests
python-pkgs.rich
python-pkgs.click
python-pkgs.inquirerpy
python-pkgs.mpv
python-pkgs.fastapi
python-pkgs.thefuzz
python-pkgs.plyer
]))
];
}