]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
nix: fix CUDA build - replace deprecated autoAddOpenGLRunpathHook
authorEcho Nolan <redacted>
Thu, 22 Aug 2024 21:19:14 +0000 (17:19 -0400)
committerSomeone <redacted>
Sat, 31 Aug 2024 08:44:21 +0000 (08:44 +0000)
commita47667cff41f5a198eb791974e0afcc1cddd3229
treece0ae43c4d8d76b0c9dc680477b7cf1a6881cc09
parentea5d7478b1edcfc83f8ea8f9f0934585cc0b92e3
nix: fix CUDA build - replace deprecated autoAddOpenGLRunpathHook

The CUDA nix build broke when we updated nixpkgs in
8cd1bcfd3fc9f2b5cbafd7fb7581b3278acec25f. As far as I can tell all
that happened is cudaPackages.autoAddOpenGLRunpathHook got moved to
pkgs.autoAddDriverRunpath. This commit fixes it.
.devops/nix/package.nix