feat : better shell.nix and bun.lockb

This commit is contained in:
Florian Schmitt 2024-01-11 21:14:26 +03:00
parent 05bae2330d
commit 05931a77d3
2 changed files with 4 additions and 0 deletions

BIN
bun.lockb Executable file

Binary file not shown.

View file

@ -15,6 +15,10 @@ mkShell {
|_| |_|___|_| |_|\__/
"
redis-server &
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
bun run start
'';
}