From c24c02f260deb7dd9ac178c8a1b626fc850fe303 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Thu, 4 Nov 2021 12:51:50 -0700 Subject: [PATCH] ci: add nix-command to nix's experimental features --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b268c7..d0244c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: - uses: cachix/install-nix-action@v13 with: nix_path: nixpkgs=channel:nixos-unstable + extra_nix_config: experimental-features = nix-command - uses: actions/checkout@v1 - name: Check format run: ./check-fmt @@ -27,6 +28,7 @@ jobs: - uses: cachix/install-nix-action@v13 with: nix_path: nixpkgs=channel:nixos-unstable + extra_nix_config: experimental-features = nix-command - uses: actions/checkout@v1 - uses: cachix/cachix-action@v8 with: