This commit is contained in:
Marlinc 2025-10-20 17:14:28 +05:30 committed by GitHub
commit b4b5250213
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 57 additions and 54 deletions

View file

@ -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";

View file

@ -30,7 +30,7 @@
environment.etcBackupExtension = ".bak";
# Read the changelog before changing this value
system.stateVersion = "24.05";
system.stateVersion = "24.11";
# Set up nix for flakes
#nix.extraOptions = ''
@ -41,7 +41,7 @@
#time.timeZone = "Europe/Berlin";
# After installing home-manager channel like
# nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.05.tar.gz home-manager
# nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz home-manager
# nix-channel --update
# you can configure home-manager in here like
#home-manager = {
@ -51,7 +51,7 @@
# { config, lib, pkgs, ... }:
# {
# # Read the changelog before changing this value
# home.stateVersion = "24.05";
# home.stateVersion = "24.11";
#
# # insert home-manager config
# };

View file

@ -22,6 +22,7 @@ with lib;
"23.05"
"23.11"
"24.05"
"24.11"
];
description = ''
It is occasionally necessary for Nix-on-Droid to change