Skip to content

Commit

Permalink
wip: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tgunnoe committed Sep 23, 2024
1 parent a19da17 commit 5f37b22
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 23 deletions.
54 changes: 36 additions & 18 deletions flake.lock

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

10 changes: 7 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@
url = "github:IntersectMBO/cardano-db-sync/13.5.0.2";
flake = false;
};
cardano-nix = {
url = "github:tgunnoe/cardano.nix/add-darwin";
kupo = {
url = "github:CardanoSolutions/kupo/v2.9.0";
flake = false;
};
ogmios = {
url = "github:CardanoSolutions/ogmios/v6.6.1";
flake = false;
};
configurations = {
Expand All @@ -57,7 +61,7 @@
inputs.devshell.flakeModule
inputs.process-compose.flakeModule
./nix/shell.nix
./nix/packages.nix
./nix/packages
./nix/processes.nix
];
flake.lib = import ./nix/lib.nix {inherit (nixpkgs) lib;};
Expand Down
4 changes: 2 additions & 2 deletions nix/packages.nix → nix/packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# These need to be specified because cardano.nix provides multiples
kupoVersion = "2.9.0";
ogmiosVersion = "6.5.0";
ogmiosVersion = "6.6.1";

flake-compat = import inputs.flake-compat;
cardanoPackages = (flake-compat { src = inputs.cardano-node; }).defaultNix.packages.${system};
Expand All @@ -25,7 +25,7 @@

in {
packages = {
inherit (smartContractsPkgs) pc-contracts-cli;
inherit (smartContractsPkgs) sidechain-main-cli;
inherit (cardanoPackages) cardano-node cardano-cli cardano-testnet;
inherit (dbSyncPackages) "cardano-db-sync:exe:cardano-db-sync";
kupo = cardanoExtraPkgs."kupo-${kupoVersion}";
Expand Down

0 comments on commit 5f37b22

Please sign in to comment.