mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36: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
|
|
@ -87,13 +87,13 @@ in
|
|||
assertions = [
|
||||
{
|
||||
assertion = assertionNixpkgs;
|
||||
message = "You are currently using release-19.09 branch of nixpkgs, you need "
|
||||
+ "to update to the release-20.03 channel.";
|
||||
message = "You are currently using release-19.09 branch or older of nixpkgs, you need "
|
||||
+ "to update to the release-20.03 channel or newer.";
|
||||
}
|
||||
{
|
||||
assertion = assertionHomeManager;
|
||||
message = "You are currently using release-19.09 branch of home-manager, you need "
|
||||
+ "to update to the release-20.03 channel.";
|
||||
message = "You are currently using release-19.09 branch or older of home-manager, you need "
|
||||
+ "to update to the release-20.03 channel or newer.";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue