Skip to content

Commit 43a149c

Browse files
committed
fix(flake.nix): Revert using check node_modules
1 parent 518b8b2 commit 43a149c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
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; then
37-
36+
if [ ! -d node_modules ]; then
3837
npm install --include=dev
3938
export PATH="$PATH:$PWD/bin"
4039
eask --version

0 commit comments

Comments
 (0)