Skip to content

Commit 62b6e93

Browse files
authored
fix: shell.nix with bun instead of yarn (fixes #473) (#474)
1 parent 92fdb07 commit 62b6e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ pkgs.mkShell {
66
bun
77
];
88
shellHook = ''
9-
yarn install
9+
bun install
1010
'';
1111
}

0 commit comments

Comments
 (0)