Skip to content

Commit

Permalink
Merge #3013
Browse files Browse the repository at this point in the history
3013: Bump haskell.nix for caching fix for flake. Lighter devops shell. r=jbgi a=jbgi

include cardano-ping in devops shell, remove haskell librairies.

Co-authored-by: Jean-Baptiste Giraudeau <jean-baptiste.giraudeau@iohk.io>
  • Loading branch information
iohk-bors[bot] and jbgi authored Aug 5, 2021
2 parents 6520c22 + 190303f commit 708de68
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions custom-config/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
outputs = {...}: {
# Example scripts customization:
#nixosModules.cardano-node = {
# service.cardano-node.port = 3002;
#}
# services.cardano-node.port = 3002;
#};
};
}
14 changes: 7 additions & 7 deletions flake.lock

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

3 changes: 2 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,13 @@ let
in cardanoNodeProject.shellFor {
name = "devops-shell";

packages = lib.attrVals cardanoNodeProject.projectPackages;
packages = _: [];

nativeBuildInputs = [
nixWrapped
cardano-cli
bech32
cardano-ping
cardano-node
python3Packages.supervisor
python3Packages.ipython
Expand Down

0 comments on commit 708de68

Please sign in to comment.