Skip to content

Commit d73a2c5

Browse files
y0usafpinage404
andcommitted
Update flake.nix to install dependencies automatically
Co-authored-by: pinage404 <pinage404@gmail.com>
1 parent e8804d4 commit d73a2c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969

7070
shellHook = ''
7171
echo "Handy development environment"
72-
echo "Run 'bun install' then 'bun run tauri dev' to start"
72+
bun install
73+
echo "Run 'bun run tauri dev' to start"
7374
'';
7475
};
7576
});

0 commit comments

Comments
 (0)