Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1f9f6f

Browse files
committedFeb 17, 2025··
feat: start holochain as nix develop command
1 parent fdb2ce0 commit c1f9f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎nomad/run_scenario_local.nomad.hcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ job "run_scenario" {
5151

5252
driver = "raw_exec"
5353
config {
54-
command = "bash"
55-
args = ["-c", "hc s clean && echo 1234 | hc s --piped create && echo 1234 | hc s --piped -f 8888 run"]
54+
command = "nix"
55+
args = [ "develop", "${var.flake-url}#ci", "-c", "bash", "-c", "hc s clean && echo 1234 | hc s --piped create && echo 1234 | hc s --piped -f 8888 run"]
5656
}
5757
}
5858

0 commit comments

Comments
 (0)
Please sign in to comment.