Avoid leaking Nixify env setting

This commit is contained in:
Timothy J. Aveni
2026-06-18 22:08:45 -07:00
parent 1578a4c627
commit 4528fdd20b
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