# Pastebin BlxQ7PeA { foo = { nixpkgs.overlays = [(self: super: {})]; }; bar = { nodes, ... }: { nixpkgs = { inherit (nodes.foo.config.nixpkgs) overlays; }; }; }