Skip to content

Instantly share code, notes, and snippets.

@benley
Created September 3, 2015 01:13
Show Gist options
  • Save benley/b4e8f465bc5502495546 to your computer and use it in GitHub Desktop.
Save benley/b4e8f465bc5502495546 to your computer and use it in GitHub Desktop.
{
"cluster": "devcluster",
"environment": "devel",
"name": "hello_world",
"role": "vagrant",
"service": true,
"task": {
"constraints": [
{
"order": [
"nix_init_hello_world",
"hello_world"
]
}
],
"name": "hello_world",
"processes": [
{
"cmdline": ". /home/vagrant/.nix-profile/etc/profile.d/nix.sh\nnix-store --add-root .gc/hello_world --indirect -r /nix/store/q204fjw2y2ly5v18bfvp5c6xl7mbw00v-aurora-process-devcluster-vagrant-devel-hello_world-hello_world\n",
"name": "nix_init_hello_world"
},
{
"cmdline": "/nix/store/ss1aq46xwhnqikq5bjs02sb9xrim2bb3-python-2.7.10/bin/python2.7 /nix/store/lwj6rsqxkxypj8bk9wwalyhpgpm0awr5-hello_world.py",
"name": "hello_world"
}
],
"resources": {
"cpu": 1,
"disk": 8388608,
"ram": 1048576
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment