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