home-manager: use inetutils for hostname

Following the upstream commit:
  https://github.com/nix-community/home-manager/commit/c82fc8cf3f75e667ad9dd3e5df721119b63723b3
This commit is contained in:
Bryan Lai
2024-09-24 17:06:10 +08:00
parent 658e722319
commit ce9dcd287a
+1 -1
View File
@@ -66,7 +66,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
less
ncurses
nixos-option
unixtools.hostname
inetutils # for `hostname`
]
}" \
--subst-var-by HOME_MANAGER_LIB '${placeholder "out"}/share/bash/home-manager.sh' \