devcontainer: add a proper pager

The image is already quite big, why not add a proper pager?
This commit is contained in:
zimbatm 2019-12-25 16:46:10 +01:00
parent 4eefbd763a
commit 5fc2cb9960
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -15,6 +15,7 @@
, gzip
, iana-etc
, iproute
, less
, lib
, nix
, openssh
@ -34,6 +35,7 @@ let
procps
gnugrep
gnused
less
# add /bin/sh
bashInteractive
@ -107,7 +109,7 @@ let
"ENV=/nix/var/nix/profiles/default/etc/profile.d/nix.sh"
"GIT_SSL_CAINFO=/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt"
"LD_LIBRARY_PATH=/nix/var/nix/profiles/default/lib"
"PAGER=cat"
"PAGER=less"
"PATH=/nix/var/nix/profiles/default/bin"
"SSL_CERT_FILE=/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt"
]