Skip to content

Commit 85b94c7

Browse files
committed
Try to fix the demo.nix
1 parent 03368f1 commit 85b94c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nix/hydra/demo.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616

1717
processes = {
1818
prepare-devnet = {
19-
command = "${self}/demo/prepare-devnet.sh";
19+
command = pkgs.writeShellScript "prepare-devnet-wrapped" ''
20+
export PATH=${pkgs.coreutils}/bin:${pkgs.gnused}/bin:${pkgs.findutils}/bin:$PATH
21+
exec ${self}/demo/prepare-devnet.sh
22+
'';
2023
};
2124
cardano-node = {
2225
command = ''

0 commit comments

Comments
 (0)