diff --git a/etc/default.nix b/etc/default.nix index bcd8b57fe58..244f32fb5df 100644 --- a/etc/default.nix +++ b/etc/default.nix @@ -42,6 +42,11 @@ import ../helpers/make-etc.nix { target = "protocols"; } + { # RPC program numbers. + source = pkgs.glibc + "/etc/rpc"; + target = "rpc"; + } + { # Hostname-to-IP mappings. source = pkgs.substituteAll { src = ./hosts;