blob: 008da4f987bc1886cc988894d1dec9f7c693928f [file] [log] [blame]
TheCodedProfa0e072a2023-04-22 19:57:56 -04001module.exports = {
2 apps: [{
3 name: "Nucleus",
4 script: "/run/current-system/sw/bin/nix",
5 args: "develop --command yarn start --update-commands",
6 }],
7}