let nixpkgs = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-22.05"; rev = "3c8a5fa9a699d6910bbe70490918f1a4adc1e462"; }; in { inherit nixpkgs; nixos = nixpkgs // { suffix = "/nixos"; }; "channels-nixos-stable" = nixpkgs; "channels-nixos-unstable" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-unstable"; rev = "4bdf4169ad2896236895ca607a843f30c9680345"; }; "channels-nixos-unstable-small" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-unstable-small"; rev = "0e27b0d8c3e0e5046b87369c18246ab1132a3568"; }; "nixpkgs-master" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "master"; rev = "6efa5c77edd931f53f4f68768ec54bbe596c8492"; }; "home-manager-module" = { url = "https://github.com/nix-community/home-manager"; ref = "release-22.05"; rev = "4a3d01fb53f52ac83194081272795aa4612c2381"; }; }