Skip to content

Commit 9435f32

Browse files
Update javascript.nix
1 parent 958b20f commit 9435f32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/modules/languages/javascript.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,9 @@ in
244244
(lib.optional cfg.bun.install.enable ''
245245
source ${initBunScript}
246246
'') ++ [
247-
"export PATH="${nodeModulesPath}/.bin:$PATH"
247+
''
248+
export PATH="${nodeModulesPath}/.bin:$PATH
249+
''
248250
]
249251
);
250252
};

0 commit comments

Comments
 (0)