Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BSathvik authored Apr 24, 2024
1 parent 843b3b9 commit 4ac8e72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4ac8e72

Please sign in to comment.