mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 22:48:02 +03:00
08d414a359
- Add community overrides accessible via dream2nix.overrides.{lang}.{pname} - make the pip module use the overrides for dependencies
9 lines
121 B
Nix
9 lines
121 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
env.autoPatchelfIgnoreMissingDeps = ["libcuda.so.1"];
|
|
mkDerivation.dontStrip = true;
|
|
}
|