Skip to content

Commit

Permalink
flake: drop nixpkgs-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Sep 23, 2024
1 parent 7e4586b commit da04795
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ jobs:
rm ./examples/.gitignore
nix develop .# --accept-flake-config --command bash -c '
set -euo pipefail
chosenNixpkgs="$(./ci/ref-from-lock.sh ./test#nixpkgs-darwin)"
for f in $(find ./examples -maxdepth 1 -mindepth 1 -type d -not -name build-std -not -name cross-musl -not -name cross-rust-overlay | sort -u); do
# NB: nix-eval-jobs appears broken on darwin atm?
# /nix/store/2419grj384lg233jqchamm73il9iyjxg-libcxx-16.0.6-dev/include/c++/v1/optional:962: assertion this->has_value() failed: optional operator* called on a disengaged valueerror: error: while checking worker process, evaluation worker got killed by signal 6 (Abort trap: 6)
Expand All @@ -124,7 +123,6 @@ jobs:
--print-build-logs \
--reference-lock-file ./test/flake.lock \
--override-input crane ./. \
--override-input nixpkgs "${chosenNixpkgs}" \
"${f}"
done
'
Expand Down
28 changes: 3 additions & 25 deletions test/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion test/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# NB: nixpkgs-unstable testing will come from the root flake
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs-latest-release.url = "github:NixOS/nixpkgs/release-24.05";
nixpkgs-darwin.url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin";

# The version of wasm-bindgen-cli needs to match the version in Cargo.lock
# Update this to include the version you need
Expand Down

0 comments on commit da04795

Please sign in to comment.