set stable version to 23.11

This commit is contained in:
Alexander Sosedkin 2024-02-17 13:18:50 +01:00
parent 4b1a6ebcc7
commit be783dd251
24 changed files with 48 additions and 46 deletions

View file

@ -1,12 +1,12 @@
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE.
{ config, lib, pkgs, ... }:
with lib;
let
defaultNixpkgsBranch = "nixos-23.05";
defaultNixOnDroidBranch = "release-23.05";
defaultNixpkgsBranch = "nixos-23.11";
defaultNixOnDroidBranch = "release-23.11";
defaultNixpkgsChannel = "https://nixos.org/channels/${defaultNixpkgsBranch}";
defaultNixOnDroidChannel = "https://github.com/nix-community/nix-on-droid/archive/${defaultNixOnDroidBranch}.tar.gz";

View file

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

View file

@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE.
{ config, lib, pkgs, ... }:
@ -21,6 +21,7 @@ with lib;
"22.11"
"23.05"
"23.11"
"24.05"
];
description = ''
It is occasionally necessary for Nix-on-Droid to change