Skip to content

Commit 518b8b2

Browse files
authored
Update flake.nix
1 parent 0acdffd commit 518b8b2

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
@@ -33,7 +33,8 @@
3333
echo "Welcome to the Emacs development shell with Eask!"
3434
3535
# Install if `node_modules` is missing
36-
if ! command -v eask >/dev/null 2>&1
36+
if ! command -v eask >/dev/null 2>&1; then
37+
3738
npm install --include=dev
3839
export PATH="$PATH:$PWD/bin"
3940
eask --version

0 commit comments

Comments
 (0)