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