From abd462454878f0195ca64d65f0e50e2f4bd47f4d Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Thu, 12 Mar 2026 09:56:12 -0500 Subject: Fix NixOS CI: add Rust toolchain, cmake configure needs nak_ffi target Co-Authored-By: Claude Opus 4.6 --- nix/mobase-shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix') 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; [ -- cgit v1.3.1