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 1c2cb9f commit f7dabdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
# Create /run directory
echo -e "run\tprivate/var/run" | sudo tee -a /etc/synthetic.conf >/dev/null
/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t &>/dev/null || true
echo "experimental-features = ca-derivations" >> /etc/nix/nix.conf
# 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 --extra-experimental-features ca-derivations .#darwinConfigurations.githubCI.system
# Build and switch to config
nix build .#darwinConfigurations.githubCI.system
./result/sw/bin/darwin-rebuild switch --flake .#githubCI
- name: If scheduled, push commit with updated inputs
Expand Down

0 comments on commit f7dabdf

Please sign in to comment.