Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion nix/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
, bashInteractive, cacert, cardano-cli, cardano-db-sync, cardano-db-tool
, cardano-smash-server, coreutils, curl, findutils, getconf, glibcLocales
, gnused, gnutar, gzip, jq, iana-etc, iproute, iputils, lib, libidn, libpqxx
, postgresql_17, socat, utillinux
, postgresql_17, socat, utillinux, gnugrep, less
}:

let
Expand All @@ -37,6 +37,7 @@ let
findutils # GNU find
getconf # get num cpus
glibcLocales # Locale information for the GNU C Library
gnugrep # GNU grep
gnused # GNU sed
gnutar # GNU tar
gzip # Gnuzip
Expand All @@ -51,6 +52,7 @@ let
utillinux # System utilities for Linux
cardano-cli # tool for interacting with cardano-node
cardano-db-tool # utilities for creating database snapshots
less # Output pager for the psql command in interactive mode
];
};

Expand Down
Loading