Skip to content

Commit 0acdffd

Browse files
authored
Update flake.nix
1 parent 48483bf commit 0acdffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
echo "Welcome to the Emacs development shell with Eask!"
3434
3535
# Install if `node_modules` is missing
36-
if ! command -v <the_command> >/dev/null 2>&1
36+
if ! command -v eask >/dev/null 2>&1
3737
npm install --include=dev
3838
export PATH="$PATH:$PWD/bin"
3939
eask --version

0 commit comments

Comments
 (0)