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