Skip to content

Commit ce9dcd2

Browse files
committed
home-manager: use inetutils for hostname
Following the upstream commit: nix-community/home-manager@c82fc8c
1 parent 658e722 commit ce9dcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ho/home-manager/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
6666
less
6767
ncurses
6868
nixos-option
69-
unixtools.hostname
69+
inetutils # for `hostname`
7070
]
7171
}" \
7272
--subst-var-by HOME_MANAGER_LIB '${placeholder "out"}/share/bash/home-manager.sh' \

0 commit comments

Comments
 (0)