let nixpkgs = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-22.05"; rev = "1f8d88087a3753e55a29b5207f7f0997f7c813fa"; }; in { inherit nixpkgs; nixos = nixpkgs // { suffix = "/nixos"; }; "channels-nixos-stable" = nixpkgs; "channels-nixos-unstable" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-unstable"; rev = "914ef51ffa88d9b386c71bdc88bffc5273c08ada"; }; "channels-nixos-unstable-small" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-unstable-small"; rev = "13f08d71ceff5101321e0291854495a1ec153a5e"; }; "nixpkgs-master" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "master"; rev = "ddc5ceb9295aa0e530d950a625b63663c8b75a7f"; }; "home-manager-module" = { url = "https://github.com/nix-community/home-manager"; ref = "release-22.05"; rev = "ac2287df5a2d6f0a44bbcbd11701dbbf6ec43675"; }; }