Skip to content

Commit

Permalink
cudaPackages.setupCudaHook: disable the guard for 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneSerge committed Dec 11, 2023
1 parent 75cac5d commit 270e8cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# shellcheck shell=bash

# Only run the hook from nativeBuildInputs
(( "$hostOffset" == -1 && "$targetOffset" == 0)) || return 0
# Starting with 24.05: only run the hook from nativeBuildInputs
# (( "$hostOffset" == -1 && "$targetOffset" == 0)) || return 0

guard=Sourcing
reason=
Expand Down

0 comments on commit 270e8cb

Please sign in to comment.