diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 84a44a16cff4..666583d57aee 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -1101,6 +1101,10 @@ rec { inherit fetchurl stdenv; }; + mingettyWrapper = (import ../os-specific/linux/mingetty-wrapper) { + inherit stdenv mingetty shadowutils; + }; + nfsUtils = (import ../os-specific/linux/nfs-utils) { inherit fetchurl stdenv; };