From 9b49c24016ad2ab2e34cf18ebbb99e84809ce41a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 31 May 2019 19:27:27 -0300 Subject: Remove symlink to nixos/utils.nix --- bash/fake-symlinks.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/fake-symlinks.sh b/bash/fake-symlinks.sh index 42a483b..939f519 100644 --- a/bash/fake-symlinks.sh +++ b/bash/fake-symlinks.sh @@ -9,7 +9,9 @@ SRHT_REPOS_PATH="$HOME/dev/libre" for repo in "${SRHT_REPOS[@]}"; do REPO="$repo" envsubst < "$DOTFILES/templates/sr-ht-build.yaml" > "$SRHT_REPOS_PATH/$repo/.build.yml" - cp "$DOTFILES/nixos/utils.nix" "$SRHT_REPOS_PATH/$repo/utils.nix" + if [[ "$repo" != "dotfiles" ]]; then + cp "$DOTFILES/utils.nix" "$SRHT_REPOS_PATH/$repo/utils.nix" + fi if [[ "$repo" != "website" ]]; then REPO="$repo" envsubst < "$DOTFILES/templates/env.sh" > "$SRHT_REPOS_PATH/$repo/env.sh" fi -- cgit v1.2.3