let nixpkgs = { url = "https://github.com/NixOS/nixpkgs/"; ref = "nixos-21.11"; rev = "147b03fa8ebf9d5d5f6784f87dc61f0e7beee911"; }; 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 = "1ffba9f2f683063c2b14c9f4d12c55ad5f4ed887"; }; "nixpkgs-master" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "master"; rev = "1635fb33ae0b9a565a49bb2d8c5e43273ee21bcf"; }; "home-manager-module" = { url = "https://github.com/nix-community/home-manager"; ref = "release-21.11"; rev = "7244c6715cb8f741f3b3e1220a9279e97b2ed8f5"; }; }