From 6f78be2e0fbda809ecd8c805595c3fd78f70a806 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 16 Feb 2026 00:16:35 +0100 Subject: [PATCH] workflows/ci: Fix experimental features --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c9a65a..488a790 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v5 - uses: cachix/install-nix-action@v31 with: - extra_nix_config: experimental-features = pipe-operators + extra_nix_config: experimental-features = nix-command flakes pipe-operators - uses: cachix/cachix-action@v15 with: name: sebastian-stork