From ea3d52755ab565928af2d64ee3b304c9444371d4 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 17 Feb 2026 20:47:29 +0100 Subject: [PATCH] workflows/check-deploy: Allow experimental pipe-operator --- .github/workflows/update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 9ea9715..56f7930 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/checkout@v5 - uses: cachix/install-nix-action@v31 + with: + extra_nix_config: experimental-features = nix-command flakes pipe-operators - run: | git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com"