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