WIP: type per command #4

Draft
vinzenz wants to merge 49 commits from next into main
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 ];