WIP 22.05

This commit is contained in:
Alexander Sosedkin 2022-05-31 12:04:22 +02:00
parent 993cc2abfb
commit a3f92c0e0d
12 changed files with 29 additions and 29 deletions

View file

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