Skip to content

Commit

Permalink
maybe fix cachix install
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune committed Jun 18, 2024
1 parent 984ef38 commit d97391d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ build_template: &BUILD_TEMPLATE
name: build_${CIRRUS_OS}_${ARCH}
only_if: $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_TAG != "" || $CIRRUS_PR != "" || $CIRRUS_BUILD_SOURCE == ""
timeout_in: 120m
install_cachix_script: nix-env -iA cachix -f https://cachix.org/api/v1/install && cachix use $CACHIX_USER
install_cachix_script: nix profile install --impure --accept-flake-config nixpkgs#cachix
configure_cachix_script: cachix use $CACHIX_USER
flake_check_script: cachix watch-exec $CACHIX_USER -- nix flake check -j auto --system ${ARCH//arm/aarch}-${CIRRUS_OS} --impure --show-trace --accept-flake-config

build_darwin_task:
Expand Down

0 comments on commit d97391d

Please sign in to comment.