mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
set stable version to 22.11
This commit is contained in:
parent
7e8f1ad6e2
commit
c70a1d9745
20 changed files with 50 additions and 39 deletions
|
|
@ -5,8 +5,8 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
defaultNixpkgsBranch = "nixos-22.05";
|
||||
defaultNixOnDroidBranch = "release-22.05";
|
||||
defaultNixpkgsBranch = "nixos-22.11";
|
||||
defaultNixOnDroidBranch = "release-22.11";
|
||||
|
||||
defaultNixpkgsChannel = "https://nixos.org/channels/${defaultNixpkgsBranch}";
|
||||
defaultNixOnDroidChannel = "https://github.com/t184256/nix-on-droid/archive/${defaultNixOnDroidBranch}.tar.gz";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue