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