WIP 22.05

This commit is contained in:
Alexander Sosedkin 2022-05-31 12:04:22 +02:00
parent 993cc2abfb
commit a3f92c0e0d
12 changed files with 29 additions and 29 deletions

View file

@ -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";
};
};

View file

@ -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; };