with import <nixpkgs> { };

stdenv.mkDerivation {
  name = "yeswiki-installer";
  buildInputs = [
    busybox
    linuxquota
    nginx
    php83
  ];
  shellHook = '''';
}