We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8ba58 commit 98e5747Copy full SHA for 98e5747
flake.nix
@@ -168,7 +168,7 @@
168
shellHook = exportOgmiosFixtures;
169
packageLockOnly = true;
170
packages = with pkgs;
171
- (if (builtins.elem system linuxSystems) then [ psmisc ] else [ ]) ++
+ (if (builtins.elem system linuxSystems) then [ psmisc procps ] else [ ]) ++
172
[
173
arion
174
fd
nix/default.nix
@@ -356,6 +356,7 @@ let
356
cardano-node
357
cardano-cli
358
psmisc
359
+ procps
360
]
361
++ (args.buildInputs or [ ]);
362
}
0 commit comments