Working board

This commit is contained in:
2023-04-22 23:03:47 +01:00
parent e69e0e213c
commit 5d1eb7bc7a
6 changed files with 212 additions and 4 deletions

View File

@@ -49,8 +49,9 @@
{
devShells.default = pkgs.devshell.mkShell {
packages = with pkgs; [
poetry
ffmpeg
poetry
(pkgs.poetry2nix.mkPoetryEnv {
projectDir = ./.;
overrides = pyOverrides pkgs;