From dfc0dab88aaec162b79ea60964cb8bd4aefdeed1 Mon Sep 17 00:00:00 2001 From: Sathvik Birudavolu Date: Wed, 24 Apr 2024 00:07:57 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb6fe64..7672560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,8 @@ jobs: # Prevent conflict between Cachix installed by workflow and the one installed in the config nix-env --set-flag priority 1 cachix # Build and switch to config - nix build .#darwinConfigurations.githubCI.system - ./result/sw/bin/darwin-rebuild switch --flake .#githubCI + nix build --extra-experimental-features ca-derivations .#darwinConfigurations.githubCI.system + ./result/sw/bin/darwin-rebuild switch --flake .#githubCI - name: If scheduled, push commit with updated inputs if: ${{ github.event_name == 'schedule' && success() }}