mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 08:04:14 +00:00
conda: fix fhsenv version (#360889)
This commit is contained in:
commit
90c73340a6
@ -64,7 +64,8 @@ let
|
||||
'');
|
||||
in
|
||||
buildFHSEnv {
|
||||
name = "conda-shell";
|
||||
pname = "conda-shell";
|
||||
inherit version;
|
||||
targetPkgs = pkgs: (builtins.concatLists [ [ conda ] condaDeps extraPkgs]);
|
||||
profile = ''
|
||||
# Add conda to PATH
|
||||
|
Loading…
Reference in New Issue
Block a user