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"