From 97d95fed6a6b7df9b52691bfe4da5014178bfb19 Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 31 Jul 2023 07:52:39 -0700 Subject: [PATCH] Revert "taking out python stuff and using global python and pip on local machine" This reverts commit dc30f9c1fd3656414226cd57e49eaab2bf214953. --- shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/shell.nix b/shell.nix index 8f45427..08a60f3 100644 --- a/shell.nix +++ b/shell.nix @@ -44,6 +44,13 @@ pkgs.mkShell { gst_all_1.gst-vaapi fzf + + python311 + python311Packages.pyside6 + python311Packages.xapp + python311Packages.pip + python311Packages.shiboken6 + qt6.full ]; shellHook = ''