let nixpkgs = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-21.11"; rev = "2d474d6a4a43a0348b78db68dc00c491032cf5cf"; }; in { inherit nixpkgs; nixos = nixpkgs // { suffix = "/nixos"; }; "channels-nixos-stable" = nixpkgs; "channels-nixos-21.05" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-21.05"; rev = "530a53dcbc9437363471167a5e4762c5fcfa34a1"; }; "channels-nixos-unstable" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-unstable"; rev = "1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502"; }; "nixpkgs-master" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "master"; rev = "c48b9a8428d73a5f4d90ad22ca151e976cd8491a"; }; "home-manager-module" = { url = "https://github.com/nix-community/home-manager"; ref = "release-21.11"; rev = "d93d56ab8c1c6aa575854a79b9d2f69d491db7d0"; }; }