devcontainer: add a proper pager
The image is already quite big, why not add a proper pager?
This commit is contained in:
parent
4eefbd763a
commit
5fc2cb9960
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue