mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-21 16:31:13 +01:00
set stable version to 23.05
This commit is contained in:
parent
064e1b280e
commit
869b7ce40f
20 changed files with 41 additions and 38 deletions
|
|
@ -5,8 +5,8 @@
|
|||
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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# };
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue