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
|
@ -10,8 +10,8 @@
|
|||
|
||||
# Nix on Droid
|
||||
nix-on-droid = {
|
||||
# url = "github:t184256/nix-on-droid/release-22.05";
|
||||
url = "github:t184256/nix-on-droid/master";
|
||||
url = "github:t184256/nix-on-droid/release-22.11";
|
||||
# url = "github:t184256/nix-on-droid/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
# Home Manager
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-22.05";
|
||||
url = "github:nix-community/home-manager/release-22.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue