CustomBlink

Results 3 comments of CustomBlink

I suspect you may be looking for something like: https://github.com/rust-lang/rust-bindgen

It seems like work is already underway for this: https://github.com/NixOS/nixpkgs/issues/165104 Edit: Derped on the correct link

@JoNilsson I've created a nix flake for overwitch, should you want to play with it today. It's over on https://github.com/Are10/flake-overwitch `flake.nix` ``` inputs.overwitch = { url = "github:Are10/flake-overwitch/main"; inputs.nixpkgs.follows =...