We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b953715 commit 38e5b24Copy full SHA for 38e5b24
nix/hydra/demo.nix
@@ -183,13 +183,13 @@
183
184
# Test that we can build and run basic components
185
echo "Testing cardano-cli..."
186
- ${pkgs.cardano-cli}/bin/cardano-cli --version
+ cardano-cli --version
187
188
echo "Testing cardano-node..."
189
- ${pkgs.cardano-node}/bin/cardano-node --version
+ cardano-node --version
190
191
echo "--- Testing demo setup"
192
- ./demo/prepare-devnet.sh
+ ${self}/demo/prepare-devnet.sh
193
echo "✅ Demo setup completed successfully"
194
195
echo "--- Testing that devnet files exist"
@@ -204,7 +204,6 @@
204
hydra-node --version
205
'';
206
};
207
- depends_on."prepare-devnet".condition = "process_completed";
208
209
210
0 commit comments