mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-05 16:41:07 +01:00
update to 24.11
This commit is contained in:
parent
5d88ff2519
commit
782afbd28d
26 changed files with 53 additions and 52 deletions
|
|
@ -5,8 +5,8 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
defaultNixpkgsBranch = "nixos-24.05";
|
||||
defaultNixOnDroidBranch = "release-24.05";
|
||||
defaultNixpkgsBranch = "nixos-24.11";
|
||||
defaultNixOnDroidBranch = "release-24.11";
|
||||
|
||||
defaultNixpkgsChannel = "https://nixos.org/channels/${defaultNixpkgsBranch}";
|
||||
defaultNixOnDroidChannel = "https://github.com/nix-community/nix-on-droid/archive/${defaultNixOnDroidBranch}.tar.gz";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue