From 623f4482eeec94693e7aeecdc639afb6204da9f2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 31 May 2019 06:33:52 -0300 Subject: cp utils.nix in fake-symlinks.sh --- bash/fake-symlinks.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bash') diff --git a/bash/fake-symlinks.sh b/bash/fake-symlinks.sh index 06f1243..42a483b 100644 --- a/bash/fake-symlinks.sh +++ b/bash/fake-symlinks.sh @@ -4,15 +4,12 @@ if [[ -n "$GITHUB_TOKEN" ]]; then envsubst < "$DOTFILES/git/gitconfig.ini" > ~/.gitconfig fi - SRHT_REPOS=(website cement dotfiles) 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" -done - -for repo in "${SRHT_REPOS[@]}"; do + cp "$DOTFILES/nixos/utils.nix" "$SRHT_REPOS_PATH/$repo/utils.nix" if [[ "$repo" != "website" ]]; then REPO="$repo" envsubst < "$DOTFILES/templates/env.sh" > "$SRHT_REPOS_PATH/$repo/env.sh" fi -- cgit v1.2.3