Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Oct 27, 2023
1 parent ee480d0 commit 4f7758f
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 9 deletions.
39 changes: 38 additions & 1 deletion flake.lock

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

21 changes: 13 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
url = "github:Platonic-Systems/process-compose-flake";
};

process-compose = {
url = "github:F1bonacc1/process-compose";
inputs.nixpkgs.follows = "nixpkgs";
};

flake-parts.url = "github:hercules-ci/flake-parts";
flake-utils.url = "github:numtide/flake-utils";
npm-buildpackage.url = "github:serokell/nix-npm-buildpackage";
Expand Down Expand Up @@ -114,28 +119,31 @@
./code/runtimes.nix
./code/services/cmc-api/cmc-api.nix
./code/utils/price-feed/price-feed.nix
./code/xcvm/flake-module.nix
./code/xcvm/evm/flake-module.nix
./code/xcvm/flake-module.nix
./docs/flake-module.nix
./flake/all.nix
./flake/nixos-configuration.nix
./flake/bash.nix
./flake/cargo-tools.nix
./flake/check.nix
./flake/cosmos.nix
./flake/darwin-configurations.nix
./flake/bash.nix
./flake/dev-shells.nix
./flake/devnet-tools.nix
./flake/devnet.nix
./flake/docker.nix
./flake/ethereum.nix
./flake/fmt.nix
./flake/hermes.nix
./flake/ethereum.nix
./flake/home-configurations.nix
./flake/ibc.nix
./flake/live.nix
./flake/nixos-configuration.nix
./flake/osmosis.nix
./flake/cosmos.nix
./flake/overlays.nix
./flake/process-compose.nix
./flake/release.nix
./flake/rust.nix
./flake/subxt.nix
./flake/zombienet.nix
./inputs/AcalaNetwork/acala.nix
Expand All @@ -151,9 +159,6 @@
./inputs/paritytech/zombienet/flake-module.nix
./inputs/Wasmswap/wasmswap-contracts.nix
./inputs/wynddao/flake-module.nix
./tools/devnet-tools.nix
./tools/pkgs.nix
./tools/rust.nix
];
systems =
[ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ];
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions tools/pkgs.nix → flake/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
polkadot.overlays.default
rust-overlay.overlays.default
zombienet.overlays.default
process-compose.overlays.default
];
};
};
Expand Down
File renamed without changes.

0 comments on commit 4f7758f

Please sign in to comment.