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