Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Aug 2, 2023
1 parent 148c328 commit 0e83968
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
# run cross chain devnet with Dotsama and Cosmos nodes
nix run "github:ComposableFi/composable/${{ github.ref }}#devnet-xc-fresh" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
```
[About nix](https://docs.composable.finance/nix.html)
12 changes: 0 additions & 12 deletions code/.devcontainer.json

This file was deleted.

1 change: 0 additions & 1 deletion inputs/notional-labs/composable-centauri/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"bottom loan skill merry east cradle onion journey palm apology verb edit desert impose absurd oil bubble sweet glove shallow size build burst effort";
gov = {
account = "centauri12smx2wdlyttvyzvzg54y2vnqwq2qjatescq89n";
#account = "centauri10d07y265gmmuvt4z0w9aw880jnsr700j7g7ejq";
voting_period = "20s";
max_deposit_period = "10s";
};
Expand Down
4 changes: 1 addition & 3 deletions inputs/paritytech/zombienet/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
[ nodejs zombienet.default ] ++ runtimeDeps;
text = let
dir-parameter = if dir != null then "--dir ${dir}" else "";
dir-command = if dir != null then "mkdir --parents ${dir}" else ""

;
dir-command = if dir != null then "mkdir --parents ${dir}" else "";
in ''
ACTIONS_RUNNER_DEBUG=''${ACTIONS_RUNNER_DEBUG:-false}
LEVEL=''${1:-error}
Expand Down

0 comments on commit 0e83968

Please sign in to comment.