Skip to content

Commit

Permalink
fix: upping nix channel for new version of proces-compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed May 11, 2024
1 parent 6a40c95 commit e315082
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/6143fc5eeb9c4f00163267708e26191d1e918932";
nixpkgs.url = "github:NixOS/nixpkgs/f1010e0469db743d14519a1efd37e23f8513d714";
rust-overlay.url = "github:oxalica/rust-overlay";
flake-utils.url = "github:numtide/flake-utils";
};
Expand Down
4 changes: 4 additions & 0 deletions process-compose/monza-full-node/process-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ environment:

processes:

celestia-light-node:
command: |
exit 1
celestia-light-node-synced:
command: |
cargo run --bin wait-for-celestia-light-node
Expand Down

0 comments on commit e315082

Please sign in to comment.