ref: 3bc7b61cb1c7c34b4f1ad39771febe6ea61b5094 dir: /shell.nix/
with import <nixpkgs> {}; stdenv.mkDerivation { name = "libtags"; buildInputs = with pkgs; [ aflplusplus meson ninja ]; }