Test.hs: make sure to build the impure NVIDIA version derivation locally
This commit is contained in:
parent
76196e5da3
commit
7bb080c0e5
|
@ -32,6 +32,8 @@ let
|
||||||
# To avoid sharing the build result over time or between machine,
|
# To avoid sharing the build result over time or between machine,
|
||||||
# Add an impure parameter to force the rebuild on each access.
|
# Add an impure parameter to force the rebuild on each access.
|
||||||
time = builtins.currentTime;
|
time = builtins.currentTime;
|
||||||
|
preferLocalBuild = true;
|
||||||
|
allowSubstitutes = false;
|
||||||
}
|
}
|
||||||
"cp /proc/driver/nvidia/version $out || touch $out";
|
"cp /proc/driver/nvidia/version $out || touch $out";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user