A NixOS flake for Wit, a terminal for Wayland written in C++.
To quickly test run Wit, run nix run git+https://git.orangc.net/c/wit-nix.
In your flake, put this repository in your inputs:
inputs.wit.url = "git+https://git.orangc.net/c/wit-nix";Then, you can install the package in any place you wish, f.e., systemPackages:
environment.systemPackages = [ inputs.wit.packages.${pkgs.system}.default ];
Q: Why is this flake not in wit's repository itself? A: The dev is autistic and doesn't want "packagingslop" in the codebase.