stuff
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user