aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/npm.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/npm.sh b/bash/npm.sh
index fda709f..c23c074 100644
--- a/bash/npm.sh
+++ b/bash/npm.sh
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
+# FIXME: port to NixOS
npm_i() {
(which $1 &> /dev/null) || {
yellow "Installing $2"