{ config, pkgs, lib, ... }: { config = { nixpkgs.pkgs = import ./nixpkgs { inherit (config.nixpkgs) config overlays localSystem crossSystem; }; }; }