Skip to content

Commit 958b20f

Browse files
Update javascript.nix
1 parent ad73b38 commit 958b20f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/modules/languages/javascript.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,9 @@ in
243243
'') ++
244244
(lib.optional cfg.bun.install.enable ''
245245
source ${initBunScript}
246-
'')
247-
''
248-
export PATH="${nodeModulesPath}/.bin:$PATH"
249-
''
246+
'') ++ [
247+
"export PATH="${nodeModulesPath}/.bin:$PATH"
248+
]
250249
);
251250
};
252251
}

0 commit comments

Comments
 (0)