Skip to content

Commit

Permalink
Merge pull request #4963 from input-output-hk/andreabedini/patch-1
Browse files Browse the repository at this point in the history
Fix flake setup
  • Loading branch information
angerman authored Mar 10, 2023
2 parents 6f6d7d6 + ec02ae4 commit 2684e93
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ packages:
trace-resources
trace-forward

extra-packages:
ouroboros-consensus-cardano-tools

package cardano-api
ghc-options: -Werror

Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
inherit (ouroboros-consensus-cardano-tools.components.exes) db-analyser db-synthesizer;
inherit (bech32.components.exes) bech32;
} // lib.optionalAttrs hostPlatform.isUnix {
inherit (network-mux.components.exes) cardano-ping;
inherit plutus-example;
});

Expand Down
1 change: 0 additions & 1 deletion nix/workbench/backend/nixops/cluster.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ in {

environment.systemPackages = with pkgs;
[ cardano-cli
cardano-ping
];
}
// listToAttrs (concatLists [
Expand Down
1 change: 0 additions & 1 deletion nix/workbench/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ in project.shellFor {

# These programs will be available inside the nix-shell.
nativeBuildInputs = with pkgs; with haskellPackages; with cardanoNodePackages; [
cardano-ping
db-analyser
pkgs.graphviz
graphmod
Expand Down
1 change: 0 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ let
nix
cardano-cli
bech32
cardano-ping
cardano-node
cardano-topology
cardano-tracer
Expand Down

0 comments on commit 2684e93

Please sign in to comment.