let inherit (import ../../sources.nix) nixPath sources; in { nix = { inherit nixPath; registry.nixpkgs.to = { type = "path"; path = sources.nixpkgs; }; }; }