let nixpkgs = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-22.05"; rev = "09c32b0bda4db98d6454e910206188e85d5b04cc"; }; in { inherit nixpkgs; nixos = nixpkgs // { suffix = "/nixos"; }; "channels-nixos-stable" = nixpkgs; "channels-nixos-unstable" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-unstable"; rev = "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb"; }; "channels-nixos-unstable-small" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-unstable-small"; rev = "18b14a254dca6b68ca0ce2ce885ce2b550065799"; }; "nixpkgs-master" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "master"; rev = "95cc37ab9a2b9d402a2f6df83d520e7dd19c5f4d"; }; "home-manager-module" = { url = "https://github.com/nix-community/home-manager"; ref = "release-22.05"; rev = "4a3d01fb53f52ac83194081272795aa4612c2381"; }; }