mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-30 14:11:04 +01:00
WIP 22.05
This commit is contained in:
parent
993cc2abfb
commit
a3f92c0e0d
12 changed files with 29 additions and 29 deletions
|
|
@ -82,7 +82,7 @@ in
|
|||
environment.files = {
|
||||
inherit login loginInner;
|
||||
|
||||
prootStatic = "/nix/store/dapbgzbpl426jrhz4a2sdl096a8l98ad-proot-termux-aarch64-unknown-linux-android-unstable-2021-11-21";
|
||||
prootStatic = "/nix/store/fmkdds5jp3ddx8mkb63fshkiiangw4ny-proot-termux-aarch64-unknown-linux-android-unstable-2021-11-21";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,17 +28,17 @@
|
|||
environment.etcBackupExtension = ".bak";
|
||||
|
||||
# Read the changelog before changing this value
|
||||
system.stateVersion = "21.11";
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
# After installing home-manager channel like
|
||||
# nix-channel --add https://github.com/rycee/home-manager/archive/release-21.11.tar.gz home-manager
|
||||
# nix-channel --add https://github.com/rycee/home-manager/archive/release-22.05.tar.gz home-manager
|
||||
# nix-channel --update
|
||||
# you can configure home-manager in here like
|
||||
#home-manager.config =
|
||||
# { pkgs, lib, ... }:
|
||||
# {
|
||||
# # Read the changelog before changing this value
|
||||
# home.stateVersion = "21.11";
|
||||
# home.stateVersion = "22.05";
|
||||
#
|
||||
# # Use the same overlays as the system packages
|
||||
# nixpkgs = { inherit (config.nixpkgs) overlays; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue