with import <nixpkgs> {};
runCommand "www" {
buildInputs = [
python3
nodejs
nodePackages.prettier
];
} ""