Skip to content

Commit 456b36a

Browse files
committed
home.general: add NPM_CONFIG_IGNORE_SCRIPTS=true
1 parent 25cbc5e commit 456b36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

home/base/general.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ in
104104
"--quit-if-one-screen"
105105
"--tabs=4"
106106
];
107+
NPM_CONFIG_IGNORE_SCRIPTS = "true";
107108
PAGER = "${pkgs.less}/bin/less";
108109
};
109110

0 commit comments

Comments
 (0)