diff --git a/flake.nix b/flake.nix index 50abf91..0a35ebe 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ }; devShell = with pkgs; mkShell { - buildInputs = [ asar.defaultPackage.${system} cargo rustc rustfmt pre-commit rustPackages.clippy ]; + buildInputs = [ asar.defaultPackage.${system} cargo gcc rustc rustfmt pre-commit rustPackages.clippy ]; RUST_SRC_PATH = rustPlatform.rustLibSrc; }; });