summaryrefslogtreecommitdiff
path: root/Biz/Bild/Example.c
AgeCommit message (Collapse)Author
2023-08-17Nixify C buildBen Sima
This is working with libsodium as an example. Its unfortunate that we need the extra ':arg -lsodium' but how else can I get the name of the library for linking? Is that something in the nix attr metadata? Anyway, an optimization for another day.
2023-08-16Run lintBen Sima
Idk why these missed the linter. Probably packages updated in the nixpkgs version bump.
2022-07-25Add basic support for building C codeBen Sima