Skip to content

Commit b2e5612

Browse files
Update javascript.nix
1 parent 9435f32 commit b2e5612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/languages/javascript.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ in
245245
source ${initBunScript}
246246
'') ++ [
247247
''
248-
export PATH="${nodeModulesPath}/.bin:$PATH
248+
export PATH="${nodeModulesPath}/.bin:$PATH"
249249
''
250250
]
251251
);

0 commit comments

Comments
 (0)