diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index 5cc9c67..772675e 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -22,7 +22,7 @@ jobs: name: tek signingKey: ${{ secrets.CACHIX_SIGNING_KEY }} - id: bounds - run: nix run .#bump -- --output=ga-pr + run: nix run .#bump -- --output=ga-pr --build-timeout=3600 - name: pr if: steps.bounds.outputs.commit-message uses: peter-evans/create-pull-request@v5 diff --git a/.github/workflows/lower-init.yaml b/.github/workflows/lower-init.yaml index 7ae4731..7a50a15 100644 --- a/.github/workflows/lower-init.yaml +++ b/.github/workflows/lower-init.yaml @@ -19,7 +19,7 @@ jobs: name: tek signingKey: ${{ secrets.CACHIX_SIGNING_KEY }} - id: bounds - run: nix run .#lower.init -- --output=ga-pr + run: nix run .#lower.init -- --output=ga-pr --build-timeout=3600 - name: pr if: steps.bounds.outputs.commit-message uses: peter-evans/create-pull-request@v5 diff --git a/.github/workflows/lower-optimize.yaml b/.github/workflows/lower-optimize.yaml index d1cad00..76c92a2 100644 --- a/.github/workflows/lower-optimize.yaml +++ b/.github/workflows/lower-optimize.yaml @@ -19,7 +19,7 @@ jobs: name: tek signingKey: ${{ secrets.CACHIX_SIGNING_KEY }} - id: bounds - run: nix run .#lower.optimize -- --output=ga-pr + run: nix run .#lower.optimize -- --output=ga-pr --build-timeout=3600 - name: pr if: steps.bounds.outputs.commit-message uses: peter-evans/create-pull-request@v5 diff --git a/.github/workflows/lower.yaml b/.github/workflows/lower.yaml index cf0e80f..9f6f5bf 100644 --- a/.github/workflows/lower.yaml +++ b/.github/workflows/lower.yaml @@ -19,7 +19,7 @@ jobs: name: tek signingKey: ${{ secrets.CACHIX_SIGNING_KEY }} - id: bounds - run: nix run .#lower -- --output=ga-pr + run: nix run .#lower -- --output=ga-pr --build-timeout=3600 - name: pr if: steps.bounds.outputs.commit-message uses: peter-evans/create-pull-request@v5 diff --git a/flake.lock b/flake.lock index 7c5626f..51412de 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1716836463, - "narHash": "sha256-tHsRwzOzs0t3nAekI368bUwVbK22v/rAtvoW5uQ7GEc=", + "lastModified": 1716925499, + "narHash": "sha256-RJiq+ZmWAkJDgekjZLXdmsGsby5g+n2vhVGFYcDc7x4=", "ref": "refs/heads/main", - "rev": "5c4a142820f76ad8f777608ec8ae03f341a37bc5", - "revCount": 744, + "rev": "da26623963c052d587975e3dbc79c87fe393b633", + "revCount": 746, "type": "git", "url": "https://git.tryp.io/tek/hix" }, diff --git a/flake.nix b/flake.nix index 3a52161..e88ae2c 100644 --- a/flake.nix +++ b/flake.nix @@ -26,11 +26,6 @@ inherit overrides; - envs.lower.overrides = {notest, ...}: { - polysemy-conc = notest; - polysemy-process = notest; - }; - cabal = { license = "BSD-2-Clause-Patent"; license-file = "LICENSE";