diff --git a/025-Checking_and_Installing_Dependencies_via_Nix b/025-Checking_and_Installing_Dependencies_via_Nix index c7cb4bf..29091c7 100644 --- a/025-Checking_and_Installing_Dependencies_via_Nix +++ b/025-Checking_and_Installing_Dependencies_via_Nix @@ -9,7 +9,7 @@ source "$SCRIPTDIR/common/load-defaults.sh" install_dependencies() { ## Start File Loop ## For .dependency files In The dependencies Directory - DEPENDENCIESALL="$SCRIPTDIR/dependencies/homebrew/*.dep" + DEPENDENCIESALL="$SCRIPTDIR/dependencies/nix/*.dep" for f in $DEPENDENCIESALL do diff --git a/dependencies/nix/PLACEHOLDER b/dependencies/nix/PLACEHOLDER new file mode 100644 index 0000000..e69de29