summaryrefslogtreecommitdiffstats
path: root/nix-script-channel-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nix-script-channel-update.sh')
-rwxr-xr-xnix-script-channel-update.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-script-channel-update.sh b/nix-script-channel-update.sh
index ca4ef93..4ad8720 100755
--- a/nix-script-channel-update.sh
+++ b/nix-script-channel-update.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
source $(dirname ${BASH_SOURCE[0]})/nix-utils.sh
+[[ -f "$RC" ]] && { dbg "Config file found. Sourcing: '$RC'"; source $RC; }
usage() {
cat <<EOS