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

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 ];