From d763d5ea3ff95acb68e01c09d3cad3d17085fc99 Mon Sep 17 00:00:00 2001 From: Roshan Date: Fri, 3 Jan 2025 10:59:13 +0000 Subject: [PATCH] Update build-monorepo.yml --- .github/workflows/build-monorepo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-monorepo.yml b/.github/workflows/build-monorepo.yml index 308088a..51f0e8d 100644 --- a/.github/workflows/build-monorepo.yml +++ b/.github/workflows/build-monorepo.yml @@ -33,4 +33,4 @@ jobs: name: oyster authToken: ${{secrets.CACHIX_AUTH_TOKEN}} - name: build - run: nix build -vL --accept-flake-config github:marlinprotocol/oyster-monorepo?rev=${{github.event.inputs.revision}}#${{github.events.inputs.target}} + run: nix build -vL --accept-flake-config github:marlinprotocol/oyster-monorepo/${{github.event.inputs.revision}}#${{github.event.inputs.target}}