mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
release: update all references to 20.03 with 20.09
This commit is contained in:
parent
e6c7adaca0
commit
d8a1d446f9
5 changed files with 30 additions and 23 deletions
|
|
@ -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.";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue