release: update all references to 20.03 with 20.09

This commit is contained in:
Tobias Happ 2020-11-01 21:52:04 +01:00 committed by Alexander Sosedkin
parent e6c7adaca0
commit d8a1d446f9
5 changed files with 30 additions and 23 deletions

View file

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