I’m using the azure-functions-core-tools package for .NET development and found good us of it.
The issue that I’ve bumped into is that the precompiled release of the package contains some more binaries, then what is being packed by NixOS.
I’ve tried to do a manual build of the NixOS package, and that only contains a single “func” binary, while the prebuild package contains:
./func
./in-proc6/func
./in-proc8/func
Can the package be adjusted or can I somehow use the precompiled binary?