From d779a602f484253baf1705268f129d07143252e0 Mon Sep 17 00:00:00 2001 From: Patrick Stevens <3138005+Smaug123@users.noreply.github.com> Date: Tue, 24 Dec 2024 19:49:30 +0000 Subject: [PATCH] Fix flake update after recent nixpkgs bump (#318) --- .github/workflows/flake_update.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flake_update.yaml b/.github/workflows/flake_update.yaml index 208d443..1c6c6e1 100644 --- a/.github/workflows/flake_update.yaml +++ b/.github/workflows/flake_update.yaml @@ -21,13 +21,13 @@ jobs: - name: Update Nix flake run: 'nix flake update' - - name: Build passthru - run: 'nix build ".#default.passthru.fetch-deps"' + - name: Build fetch-deps + run: 'nix build ".#default.fetch-deps"' - - name: Run passthru + - name: Run fetch-deps run: | set -o pipefail - ./result nix/deps.nix + ./result nix/deps.json - name: Format run: 'nix develop --command alejandra .'