Skip to content

Commit 98e5747

Browse files
committed
Install pkill from procps (needed for cardano-testnet cleanup)
1 parent bd8ba58 commit 98e5747

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
shellHook = exportOgmiosFixtures;
169169
packageLockOnly = true;
170170
packages = with pkgs;
171-
(if (builtins.elem system linuxSystems) then [ psmisc ] else [ ]) ++
171+
(if (builtins.elem system linuxSystems) then [ psmisc procps ] else [ ]) ++
172172
[
173173
arion
174174
fd

nix/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ let
356356
cardano-node
357357
cardano-cli
358358
psmisc
359+
procps
359360
]
360361
++ (args.buildInputs or [ ]);
361362
}

0 commit comments

Comments
 (0)