mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36: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.cacert
|
||||
nixpkgs.coreutils
|
||||
nixpkgs.less # since nix tools really want a pager available, #27
|
||||
nixpkgs.nix
|
||||
# pkgs.proot-termux
|
||||
pkgs.files.etc-group
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ in
|
|||
#tzdata
|
||||
#hostname
|
||||
#man
|
||||
#less
|
||||
#gnugrep
|
||||
#gnupg
|
||||
#gnused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue