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