feat(nix-on-droid & home-manager): update to 22.11

This commit is contained in:
reo101 2022-12-04 21:55:48 +02:00
parent e8e005029d
commit 897c101328
3 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@
user.shell = "${pkgs.zsh}/bin/zsh";
# Read the changelog before changing this value
system.stateVersion = "22.05";
system.stateVersion = "22.11";
nix.extraOptions = ''
experimental-features = nix-command flakes

View file

@ -7,7 +7,7 @@
username = "nix-on-droid";
# username = "reo101";
homeDirectory = "/data/data/com.termux.nix/files/home";
stateVersion = "22.05";
stateVersion = "22.11";
};
# Let Home Manager install and manage itself.