From dd0bdbda0df31222d2db0d952995b46932432448 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 29 Apr 2025 13:38:11 -0400 Subject: Partial fix for nix --- install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_dependencies.sh b/install_dependencies.sh index 5b8dcee6..53412213 100755 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -58,7 +58,7 @@ case "$PKG_MGR" in brew) brew install bdw-gc libunistring binutils llvm patchelf gmp ;; macports) $SUDO port install boehm-gc libunistring binutils patchelf gmp ;; zypper) $SUDO zypper install gc-devel libunistring-devel binutils patchelf gmp-devel ;; - nix) nix-env -iA nixpkgs.boehm-gc nixpkgs.libunistring nixpkgs.binutils nixpkgs.patchelf nixpkgs.gmp ;; + nix) nix-env -iA nixpkgs.boehmgc.dev nixpkgs.libunistring nixpkgs.binutils nixpkgs.patchelf nixpkgs.gmp ;; spack) spack install boehm-gc libunistring binutils patchelf gmp ;; conda) conda install boehm-gc libunistring binutils patchelf gmp ;; *) -- cgit v1.2.3