diff options
Diffstat (limited to 'example/example-service.hcl')
-rw-r--r-- | example/example-service.hcl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/example/example-service.hcl b/example/example-service.hcl index 03ba0d3..2f65435 100644 --- a/example/example-service.hcl +++ b/example/example-service.hcl @@ -13,17 +13,17 @@ job "nix2-example-service" { config { packages = [ - "python3", - "bash", - "coreutils", - "curl", - "nix", - "git", - "cacert", - "strace", - "gnugrep", - "findutils", - "mount", + "#python3", + "#bash", + "#coreutils", + "#curl", + "#nix", + "#git", + "#cacert", + "#strace", + "#gnugrep", + "#findutils", + "#mount", ] command = "python3" args = [ "-m", "http.server", "8080" ] |