mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add less to basic-environment, nix needs a $PAGER.
Fixes #27, see also https://github.com/NixOS/nix/issues/706.
This commit is contained in:
parent
f1bd342b51
commit
a50586202c
2 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ in
|
||||||
nixpkgs.bashInteractive
|
nixpkgs.bashInteractive
|
||||||
nixpkgs.cacert
|
nixpkgs.cacert
|
||||||
nixpkgs.coreutils
|
nixpkgs.coreutils
|
||||||
|
nixpkgs.less # since nix tools really want a pager available, #27
|
||||||
nixpkgs.nix
|
nixpkgs.nix
|
||||||
# pkgs.proot-termux
|
# pkgs.proot-termux
|
||||||
pkgs.files.etc-group
|
pkgs.files.etc-group
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,6 @@ in
|
||||||
#tzdata
|
#tzdata
|
||||||
#hostname
|
#hostname
|
||||||
#man
|
#man
|
||||||
#less
|
|
||||||
#gnugrep
|
#gnugrep
|
||||||
#gnupg
|
#gnupg
|
||||||
#gnused
|
#gnused
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue