Update stateVersions and channel versions to 21.11

This commit is contained in:
Tobias Happ 2021-12-05 16:24:11 +01:00 committed by Alexander Sosedkin
parent b30833b210
commit ef55157fb7
5 changed files with 13 additions and 13 deletions

View file

@ -13,13 +13,13 @@ with lib;
build.channel = {
nixpkgs = mkOption {
type = types.str;
default = "https://nixos.org/channels/nixos-21.05";
default = "https://nixos.org/channels/nixos-21.11";
description = "Channel URL for nixpkgs.";
};
nix-on-droid = mkOption {
type = types.str;
default = "https://github.com/t184256/nix-on-droid/archive/release-21.05.tar.gz";
default = "https://github.com/t184256/nix-on-droid/archive/release-21.11.tar.gz";
description = "Channel URL for nix-on-droid.";
};
};