Skip to content

Commit

Permalink
Bump IOGX / Add hydraJobs / Remove ci.yml Workflow (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Oct 24, 2023
1 parent bbd6ea9 commit 34cc5e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 39 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/ci.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions flake.lock

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

5 changes: 4 additions & 1 deletion nix/marlowe-payouts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ pkgs.buildNpmPackage {
nativeBuildInputs = [
pkgs.nodejs_18
pkgs.nodejs_18.pkgs.webpack-cli
pkgs.python39
pkgs.python310
] ++ lib.optionals pkgs.stdenv.isDarwin [
# Needed by node-gyp on macOS, which uses the xcrun program.
pkgs.xcbuild
];

buildPhase = ''
Expand Down
4 changes: 4 additions & 0 deletions nix/outputs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
devShells.default = repoRoot.nix.shell;

packages.marlowe-payouts = repoRoot.nix.marlowe-payouts;

hydraJobs.devShells.default = repoRoot.nix.shell;
hydraJobs.marlowe-payouts = repoRoot.nix.marlowe-payouts;
hydraJobs.required = lib.iogx.mkHydraRequiredJob { };
}
]

0 comments on commit 34cc5e4

Please sign in to comment.