We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fdb07 commit 62b6e93Copy full SHA for 62b6e93
shell.nix
@@ -6,6 +6,6 @@ pkgs.mkShell {
6
bun
7
];
8
shellHook = ''
9
- yarn install
+ bun install
10
'';
11
}
0 commit comments