diff --git a/nixGL.nix b/nixGL.nix index 224fd9d..de18c01 100644 --- a/nixGL.nix +++ b/nixGL.nix @@ -32,6 +32,8 @@ let # To avoid sharing the build result over time or between machine, # Add an impure parameter to force the rebuild on each access. time = builtins.currentTime; + preferLocalBuild = true; + allowSubstitutes = false; } "cp /proc/driver/nvidia/version $out || touch $out";