fix(ci): use nix instead of ubuntu
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 12s
Build Zenyx ⚡ / 🏗️ Build universal2-apple-darwin (push) Has been skipped
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 6m8s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Failing after 5m20s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Failing after 5m26s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Successful in 8m15s
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Successful in 8m37s

This commit is contained in:
Chance 2025-04-21 21:30:30 -04:00
parent b97dd094e1
commit 2e68eefa3c
Signed by: caznix
GPG key ID: 489D213143D753FD
2 changed files with 92 additions and 1 deletions

View file

@ -41,6 +41,9 @@
cargo-cross
cargo-xwin
cargo-wizard
git
git-lfs
zig_0_12
wine64
pkg-config
];
@ -73,7 +76,15 @@
nativeBuildInputs = with pkgs; [
(rust-bin.stable.latest.default.override {
extensions = ["rust-src" "cargo" "rustfmt" "clippy"];
targets = [ "x86_64-pc-windows-msvc" "x86_64-unknown-linux-gnu" ];
targets = [
"x86_64-pc-windows-msvc"
"x86_64-unknown-linux-gnu"
"x86_64-apple-darwin"
"aarch64-unknown-linux-gnu"
"aarch64-pc-windows-msvc"
"aarch64-apple-darwin"
# "universal2-apple-darwin"
];
})
pkg-config