let nixpkgs = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-22.11"; rev = '' 9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8''; }; in { inherit nixpkgs; nixos = nixpkgs // {suffix = "/nixos";}; "channels-nixos-stable" = nixpkgs; "channels-nixos-unstable" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-unstable"; rev = '' ac718d02867a84b42522a0ece52d841188208f2c''; }; "channels-nixos-unstable-small" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-unstable-small"; rev = '' 03965a3d45862a4a16344bdc59ad2ca64542e9f6''; }; "nixpkgs-master" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "master"; rev = '' 95cb05fe7fb455e89ad3cfab1c18b0648910b283''; }; "home-manager-module" = { url = "https://github.com/nix-community/home-manager"; ref = "release-22.11"; rev = '' 74e0b590c0c8eb99548b8db40c323ff61a2f37c4''; }; }