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