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