about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-20 13:56:50 +0200
committerGitHub <noreply@github.com>2021-07-20 13:56:50 +0200
commit578dd8d634f0a4666f7481f6ea9e578114da74f8 (patch)
tree841efbf6f3f1ce4fb93c62d29cb6dc24260c9d73 /pkgs/top-level
parentd828b56a01a079f1eb40cae68f3330a366c202ef (diff)
parent263f2f666a98e1e83afc1d2e425a3fc0297f9130 (diff)
Merge pull request #130045 from bobvanderlinden/init-userhosts
userhosts: init at 1.0.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index f03461d825d3e..174927ce3af41 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -21951,6 +21951,8 @@ in
 
   usbutils = callPackage ../os-specific/linux/usbutils { };
 
+  userhosts = callPackage ../tools/networking/userhosts { };
+
   usermount = callPackage ../os-specific/linux/usermount { };
 
   util-linux = if stdenv.isLinux then callPackage ../os-specific/linux/util-linux { }