fix: dev shell

This commit is contained in:
Long Huynh Huu
2025-07-09 03:45:27 +02:00
parent fd448ad701
commit f9c2b6e939

View File

@@ -50,14 +50,20 @@
# DevShell for development
devShells.default = pkgs.mkShell {
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [ pkgs.libxcrypt-legacy ];
buildInputs = [
fastanimeEnv
pythonPackages.hatchling
pkgs.mpv
pkgs.libmpv
pkgs.fzf
pkgs.rofi
pkgs.uv
pkgs.pyright
];
shellHook = ''
uv venv -q
source ./.venv/bin/activate
'';
};
});
}