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 48483bf commit 0acdffdCopy full SHA for 0acdffd
flake.nix
@@ -33,7 +33,7 @@
33
echo "Welcome to the Emacs development shell with Eask!"
34
35
# Install if `node_modules` is missing
36
- if ! command -v <the_command> >/dev/null 2>&1
+ if ! command -v eask >/dev/null 2>&1
37
npm install --include=dev
38
export PATH="$PATH:$PWD/bin"
39
eask --version
0 commit comments