flake.nix: add which to conda shell

This commit is contained in:
joachimschmidt557 2023-06-29 12:29:00 +02:00
parent d16f0a9918
commit d76cae0f23
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -59,7 +59,7 @@
}; };
packages.conda-custom = pkgs.conda.override { packages.conda-custom = pkgs.conda.override {
extraPkgs = with pkgs; [ glib ]; extraPkgs = with pkgs; [ glib which ];
}; };
devShells = { devShells = {