Avoid leaking Nixify env setting
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user