Skip to content

Commit 38e5b24

Browse files
committed
Fix directories
1 parent b953715 commit 38e5b24

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

nix/hydra/demo.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@
183183
184184
# Test that we can build and run basic components
185185
echo "Testing cardano-cli..."
186-
${pkgs.cardano-cli}/bin/cardano-cli --version
186+
cardano-cli --version
187187
188188
echo "Testing cardano-node..."
189-
${pkgs.cardano-node}/bin/cardano-node --version
189+
cardano-node --version
190190
191191
echo "--- Testing demo setup"
192-
./demo/prepare-devnet.sh
192+
${self}/demo/prepare-devnet.sh
193193
echo "✅ Demo setup completed successfully"
194194
195195
echo "--- Testing that devnet files exist"
@@ -204,7 +204,6 @@
204204
hydra-node --version
205205
'';
206206
};
207-
depends_on."prepare-devnet".condition = "process_completed";
208207
};
209208
};
210209
};

0 commit comments

Comments
 (0)