From b28426a9526ce19e2917979c92915e723250d66d Mon Sep 17 00:00:00 2001 From: Someone Serge Date: Sun, 24 Dec 2023 18:24:28 +0000 Subject: [PATCH] fixup! flake.nix: rewrite --- .devops/nix/package.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix index ccce3e5e6..bd2dbf4b2 100644 --- a/.devops/nix/package.nix +++ b/.devops/nix/package.nix @@ -9,7 +9,7 @@ git, python3, mpi, - openblas, # This could be `blas` to enable easy swapping out with `lapack` + openblas, # TODO: Use the generic `blas` so users could switch betwen alternative implementations cudaPackages, rocmPackages, clblast, @@ -158,13 +158,6 @@ effectiveStdenv.mkDerivation (finalAttrs: { # TODO(SomeoneSerge): It's better to add proper install targets at the CMake level, # if they haven't been added yet. - # - # For example: - # - # 1. Avoid GLOBs - # 2. Add whatever COMPONENTs are missing - # 3. Fix whatever issues remain with override-ability. - # postInstall = '' mv $out/bin/main $out/bin/llama mv $out/bin/server $out/bin/llama-server