From f9eae6ede9adda302cc205e6d0c35ed61ac22ffa Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sun, 3 Dec 2023 17:41:19 +0100 Subject: [PATCH] enable experimental --- .github/workflows/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a0da978..de388c5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -47,10 +47,11 @@ jobs: submodules: recursive - name: Install Dependencies + # TODO: is 2.6 new enough? run: sudo apt update && sudo apt -y install nix - name: Nix build - run: nix build '.#static' + run: nix --extra-experimental-features nix-command build '.#static' - uses: actions/upload-artifact@v3 with: