Compare commits

...

1 Commits

Author SHA1 Message Date
Timothy J. Aveni 4528fdd20b Avoid leaking Nixify env setting 2026-06-18 22:08:45 -07:00
2 changed files with 1 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
-2
View File
@@ -36,8 +36,6 @@ let
export CI=1 export CI=1
# Tell node-pre-gyp to never fetch binaries / always build from source. # Tell node-pre-gyp to never fetch binaries / always build from source.
export npm_config_build_from_source=true export npm_config_build_from_source=true
# Disable Nixify plugin to save on some unnecessary processing.
export yarn_enable_nixify=false
''; '';
#@@ IF COMBINED_DRV #@@ IF COMBINED_DRV