let nixpkgs = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-20.09"; rev = "19db3e5ea2777daa874563b5986288151f502e27"; }; in { inherit nixpkgs; nixos = nixpkgs // { suffix = "/nixos"; }; "channels-nixos-stable" = nixpkgs; "channels-nixos-unstable" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-unstable"; rev = "2247d824fe07f16325596acc7faa286502faffd1"; }; "nixpkgs-master" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "master"; rev = "8d4af2e08c3d161fa482fe8e14af721e79ae7a09"; }; "home-manager-module" = { url = "https://github.com/nix-community/home-manager"; ref = "release-20.09"; rev = "63f299b3347aea183fc5088e4d6c4a193b334a41"; }; }