diff --git a/flake.nix b/flake.nix index 02359db..32093d0 100644 --- a/flake.nix +++ b/flake.nix @@ -108,7 +108,7 @@ let pkgs = nixpkgs.legacyPackages.${system}; pythonSet = pythonSets.${system}; - venv = pythonSet.mkVirtualEnv "streamd-check-env" workspace.deps.default; + venv = pythonSet.mkVirtualEnv "streamd-check-env" workspace.deps.all; in git-hooks.lib.${system}.run { src = ./.;