{ attrs, ... }: let inherit (attrs) nixpkgs; in { nix = { registry = { nixpkgs.flake = nixpkgs; }; }; }