diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-03-12 09:56:12 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-03-12 09:56:12 -0500 |
| commit | abd462454878f0195ca64d65f0e50e2f4bd47f4d (patch) | |
| tree | 7a7a8cde86c10081c203605a8327f55600997a36 /nix | |
| parent | 560c68eee0c0a0130aea84e8a9383224627d4bba (diff) | |
Fix NixOS CI: add Rust toolchain, cmake configure needs nak_ffi target
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/mobase-shell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/mobase-shell.nix b/nix/mobase-shell.nix index ecab384..f2b3930 100644 --- a/nix/mobase-shell.nix +++ b/nix/mobase-shell.nix @@ -6,6 +6,8 @@ pkgs.mkShell { ninja
pkg-config
git
+ rustc
+ cargo
];
buildInputs = with pkgs; [
|
