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