summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-29 12:23:53 +0000
committerGitHub <noreply@github.com>2021-01-29 12:23:53 +0000
commit5953c2bc948f686d9fec26ae9e265bc76fdc937f (patch)
treea5afebe48ea223cbd07260ca4c865797ba69a117 /pkgs/os-specific
parent379bc872f9cd332522d4b39bc9f82d8535435c00 (diff)
parente32327fde72619f1364a3e0423cc8285a83df0d0 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/os-specific')
-rwxr-xr-xpkgs/os-specific/linux/nvidia-x11/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/nvidia-x11/builder.sh b/pkgs/os-specific/linux/nvidia-x11/builder.sh
index 5baa4aa51e59..70fc5126a939 100755
--- a/pkgs/os-specific/linux/nvidia-x11/builder.sh
+++ b/pkgs/os-specific/linux/nvidia-x11/builder.sh
@@ -20,7 +20,7 @@ buildPhase() {
sysSrc=$(echo $kernel/lib/modules/$kernelVersion/source)
sysOut=$(echo $kernel/lib/modules/$kernelVersion/build)
unset src # used by the nv makefile
- make SYSSRC=$sysSrc SYSOUT=$sysOut module -j$NIX_BUILD_CORES
+ make IGNORE_PREEMPT_RT_PRESENCE=1 SYSSRC=$sysSrc SYSOUT=$sysOut module -j$NIX_BUILD_CORES
cd ..
fi