type per command, binding generation macros, nix package #4

Merged
vinzenz merged 76 commits from next into main 2025-06-28 19:28:00 +02:00
Showing only changes of commit 42defc7732 - Show all commits

force use of gcc
Some checks failed
Rust / build-gnu-apt (pull_request) Failing after 4m38s
Rust / build-size-gnu-unstable (pull_request) Failing after 1m0s

Vinzenz Schroeter 2025-06-03 17:22:12 +02:00

View file

@ -51,7 +51,7 @@ let
});
mkExample =
{ name, servicepointBinding }:
pkgs.stdenv.mkDerivation {
pkgs.gccStdenv.mkDerivation {
inherit version;
pname = "servicepoint-c-example-${name}";
nativeBuildInputs = [ pkgs.pkg-config ];