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