From d76cae0f2340f1c5936ec424a1970ca0b5cfcce1 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Thu, 29 Jun 2023 12:29:00 +0200 Subject: [PATCH] flake.nix: add which to conda shell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5b524c1..147c159 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,7 @@ }; packages.conda-custom = pkgs.conda.override { - extraPkgs = with pkgs; [ glib ]; + extraPkgs = with pkgs; [ glib which ]; }; devShells = {