diff --git a/lib/apps/setup.sh b/lib/apps/setup.sh index 6b5d4e34..a76b0cd6 100644 --- a/lib/apps/setup.sh +++ b/lib/apps/setup.sh @@ -27,6 +27,7 @@ _clone() { } # clone repos +# shellcheck disable=SC2310 if ! _is_nixos || _is_root; then _clone "nix-config" git@github.com:rake5k/nixcfg.git "${nix_config}" fi @@ -93,6 +94,7 @@ _setup_nix() { fi } +# shellcheck disable=SC2310 if _is_nixos && _is_root; then _setup_nixos elif ! _is_nixos && ! _is_root; then