feat(nix-on-droid & home-manager): update to 22.11
This commit is contained in:
parent
e8e005029d
commit
897c101328
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue