mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-25 23:41:42 +03:00
9 lines
121 B
Nix
9 lines
121 B
Nix
|
{
|
||
|
config,
|
||
|
lib,
|
||
|
...
|
||
|
}: {
|
||
|
env.autoPatchelfIgnoreMissingDeps = ["libcuda.so.1"];
|
||
|
mkDerivation.dontStrip = true;
|
||
|
}
|