Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miniforge: added default.nix #368381

Closed
wants to merge 17 commits into from
Prev Previous commit
Next Next commit
Update pkgs/development/python-modules/miniforge/default.nix
Co-authored-by: Yohann Boniface <edhyjox@gmail.com>
  • Loading branch information
qxrein and Sigmanificient authored Dec 26, 2024
commit dd23daa703e199d12d6b4d7457ae83b8843d876d
3 changes: 1 addition & 2 deletions pkgs/development/python-modules/miniforge/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ stdenv.mkDerivation rec {
owner = "conda-forge";
repo = "miniforge";
rev = version;
sha256 =
"sha256-Mtw0TI5LWv7aC2kCx7EStYXEUa9J3xTwUPpN/z9GvAQ=";
hash = "sha256-Mtw0TI5LWv7aC2kCx7EStYXEUa9J3xTwUPpN/z9GvAQ=";
};

buildInputs = [ python3 conda ];
Expand Down
Loading