mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-15 21:41:12 +01:00
WIP 22.05
This commit is contained in:
parent
993cc2abfb
commit
a3f92c0e0d
12 changed files with 29 additions and 29 deletions
|
|
@ -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.";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue