From 5b97b70281bf94705dcfef2f47ab4f61a33e295f Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Mon, 7 Oct 2024 13:22:54 +0200 Subject: [PATCH] Fix build of devShells in binaries workflow --- .github/workflows/binaries.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries.yaml b/.github/workflows/binaries.yaml index b229c688989..6d0e3c380c0 100644 --- a/.github/workflows/binaries.yaml +++ b/.github/workflows/binaries.yaml @@ -56,7 +56,7 @@ jobs: - name: ❄ Build devShells (for cache) run: | - nix build .#devShells.default + nix build .#devShells.x86_64-linux.default build-macos: name: "Build for aarch64-darwin" @@ -104,4 +104,4 @@ jobs: - name: ❄ Build devShells (for cache) run: | - nix build .#devShells.default + nix build .#devShells.aarch64-darwin.default