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 = mkExample =
{ name, servicepointBinding }: { name, servicepointBinding }:
pkgs.stdenv.mkDerivation { pkgs.gccStdenv.mkDerivation {
inherit version; inherit version;
pname = "servicepoint-c-example-${name}"; pname = "servicepoint-c-example-${name}";
nativeBuildInputs = [ pkgs.pkg-config ]; nativeBuildInputs = [ pkgs.pkg-config ];