set stable version to 23.05

This commit is contained in:
Alexander Sosedkin 2023-06-18 10:31:47 +02:00
parent 064e1b280e
commit f636824b08
20 changed files with 46 additions and 43 deletions

View file

@ -1,12 +1,12 @@
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
{ config, lib, pkgs, ... }:
with lib;
let
defaultNixpkgsBranch = "nixos-22.11";
defaultNixOnDroidBranch = "release-22.11";
defaultNixpkgsBranch = "nixos-23.05";
defaultNixOnDroidBranch = "release-23.05";
defaultNixpkgsChannel = "https://nixos.org/channels/${defaultNixpkgsBranch}";
defaultNixOnDroidChannel = "https://github.com/t184256/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 = "22.11";
system.stateVersion = "23.05";
# 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/rycee/home-manager/archive/release-22.11.tar.gz home-manager
# nix-channel --add https://github.com/rycee/home-manager/archive/release-23.05.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 = "22.11";
# home.stateVersion = "23.05";
#
# # insert home-manager config
# };

View file

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