From 626df1980dc84ac76e7952caa38fe5ddd48d9e29 Mon Sep 17 00:00:00 2001 From: cswimr Date: Wed, 11 Dec 2024 15:06:05 -0500 Subject: [PATCH] use `mkShell` for the python dev shell instead of `mkShellNoCC` --- scripts/nix/python.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nix/python.nix b/scripts/nix/python.nix index 02c2eb7..cba1b22 100644 --- a/scripts/nix/python.nix +++ b/scripts/nix/python.nix @@ -4,7 +4,7 @@ let overlays = [ ]; }; in -pkgs.mkShellNoCC { +pkgs.mkShell { packages = with pkgs; [ libnotify python312