From 6706c562aad8d51d68c11e6e3185b2df0b376232 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 15 Jul 2024 14:52:10 -0500 Subject: [PATCH] flake-lock already exists --- .github/workflows/nightly.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3a54beb..e05296c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -64,20 +64,13 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - run: git checkout -B flake-lock - - # - name: Setup Git Bot - # run: | - # git --version - # git config user.name 'github-actions[bot]' - # git config user.email 'github-actions[bot]@users.noreply.github.com' - uses: DeterminateSystems/nix-installer-action@v12 with: extra-conf: | accept-flake-config = true - # - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/magic-nix-cache-action@v7 - uses: ./.github/actions/clean-disk with: @@ -96,7 +89,7 @@ jobs: --print-build-logs \ --out-link current - - run: git checkout -B flake-lock + - run: git checkout flake-lock - name: Build Updated run: |