mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Default to release-20.03 of nix-on-droid
This commit is contained in:
parent
e260c20a2e
commit
886fbb050e
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ with lib;
|
|||
|
||||
nix-on-droid = mkOption {
|
||||
type = types.str;
|
||||
default = "https://github.com/t184256/nix-on-droid/archive/master.tar.gz";
|
||||
default = "https://github.com/t184256/nix-on-droid/archive/release-20.03.tar.gz";
|
||||
description = "Channel URL for nix-on-droid.";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue