{ nixpkgs = { kb = builtins.fetchGit { url = "https://github.com/kennyballou/nixpkgs.git"; ref = "override-erlang-emacs-mode"; rev = "a730bb1666e7614071a0c7b1ed4dac5ba5d03753"; }; unstable = builtins.fetchGit { url = "https://github.com/NixOS/nixpkgs.git"; rev = "3bc8e5cd23b84b2e149e7aaad57117da16a19e6f"; }; stable = builtins.fetchGit { url = "https://github.com/NixOS/nixpkgs.git"; rev = "c11f75bd73e8264bbca6f4bc969ccc39cd371196"; }; }; home-manager = builtins.fetchGit { url = "https://github.com/nix-community/home-manager.git"; rev = "91418d3e57e96dc9f520931401c653becd33b4a4"; }; emacs-overlay = { master = builtins.fetchTarball { url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz"; }; stable = builtins.fetchGit { url = "https://github.com/nix-community/emacs-overlay.git"; rev = "b909dd44b8b557f3ef7b250f3a32e0cff32a8c97"; }; }; }