flake.nix: add which to conda shell
This commit is contained in:
parent
d16f0a9918
commit
d76cae0f23
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
};
|
||||
|
||||
packages.conda-custom = pkgs.conda.override {
|
||||
extraPkgs = with pkgs; [ glib ];
|
||||
extraPkgs = with pkgs; [ glib which ];
|
||||
};
|
||||
|
||||
devShells = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue