Skip to content

Commit

Permalink
wb | no need to pass a cardanoLib now
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Sep 16, 2024
1 parent 965ce5d commit 90991fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion nix/workbench/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ in pkgs.lib.fix (self: {
}:
(import ./profile/profile.nix
{ inherit pkgs lib;
inherit (cardanoNodePackages) cardanoLib;
workbenchNix = self;
inherit profileName profiling;
}
Expand Down
4 changes: 2 additions & 2 deletions nix/workbench/profile/profile.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, lib, cardanoLib
{ pkgs, lib
, workbenchNix
, profileName
, profiling
Expand Down Expand Up @@ -41,7 +41,7 @@ let
inherit topologyFiles profiling;
inherit workbenchNix;
inherit jsonFilePretty;
baseNodeConfig = cardanoLib.environments.testnet.nodeConfig;
baseNodeConfig = workbenchNix.cardanoNodePackages.cardanoLib.environments.testnet.nodeConfig;
})
node-services;

Expand Down

0 comments on commit 90991fd

Please sign in to comment.