diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..680d4db --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,5 @@ +[phase.setup] + nixPkgs = ['cowsay'] + +[start] + cmd = "cowsay Saved" \ No newline at end of file