-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Using the config straight from the docs:
https://docs.determinate.systems/guides/determinate-ci/#pushing-all-flake-outputs-to-flakehub-cache
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- master
tags:
- v?[0-9]+.[0-9]+.[0-9]+*
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
DeterminateCI:
uses: DeterminateSystems/ci/.github/workflows/workflow.yml@main
permissions:
id-token: write
contents: read
It fails on the inventory step with:
error: experimental Nix feature 'pipe-operators' is disabled; add '--extra-experimental-features pipe-operators' to enable it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels