This commit is contained in:
Shelvacu
2025-07-18 12:06:27 -07:00
committed by Shelvacu on fw
parent bfe839ddb3
commit 400b6a401d

View File

@@ -175,6 +175,7 @@ in
dnsutils dnsutils
ethtool ethtool
file file
# git is handled by common/git.nix
gnutls gnutls
gptfdisk gptfdisk
hostname hostname
@@ -183,11 +184,13 @@ in
iperf3 iperf3
iputils iputils
jq jq
jujutsu
killall killall
libossp_uuid # provides `uuid` binary libossp_uuid # provides `uuid` binary
linuxquota linuxquota
lsof lsof
mosh mosh
murcurial #aka hg
nano nano
ncdu ncdu
netcat-openbsd netcat-openbsd
@@ -220,6 +223,7 @@ in
# packages that are in [`requiredPackages`][1] in nixos, but maybe not included in nix-on-droid # packages that are in [`requiredPackages`][1] in nixos, but maybe not included in nix-on-droid
# [1]: https://github.com/NixOS/nixpkgs/blob/26d499fc9f1d567283d5d56fcf367edd815dba1d/nixos/modules/config/system-path.nix#L11 # [1]: https://github.com/NixOS/nixpkgs/blob/26d499fc9f1d567283d5d56fcf367edd815dba1d/nixos/modules/config/system-path.nix#L11
(lib.optionalAttrs (vacuModuleType == "nix-on-droid") '' (lib.optionalAttrs (vacuModuleType == "nix-on-droid") ''
#stdenv.cc.libc shouldn't be needed right?
acl acl
attr attr
bashInteractive bashInteractive
@@ -229,7 +233,6 @@ in
diffutils diffutils
findutils findutils
gawk gawk
#stdenv.cc.libc shouldn't be needed right?
getent getent
getconf getconf
gnugrep gnugrep