From 4ac8e72682b09769dd98ce4ed569f6f0a115a462 Mon Sep 17 00:00:00 2001 From: Sathvik Birudavolu Date: Wed, 24 Apr 2024 00:33:09 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb1b9ee..e22f9ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,6 @@ jobs: with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - experimental-features = nix-command flakes ca-derivations - name: Setup Cachix uses: cachix/cachix-action@v12 @@ -49,7 +48,7 @@ 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 + 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 @@ -75,7 +74,6 @@ jobs: with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - experimental-features = nix-command flakes ca-derivations - name: Setup Cachix uses: cachix/cachix-action@v12