mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-04 08:01:05 +01:00
Merge b22b71d1da into 1c306c07b3
This commit is contained in:
commit
b4b5250213
27 changed files with 57 additions and 54 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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# };
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue