feat: upgrade nixpkgs stable to 25.11, update nixos-apple-silicon, gh… (#236)

* feat: upgrade nixpkgs stable to 25.11, update nixos-apple-silicon, ghostty, anyrun, etc
* fix: asahi-nixos - revert mesa to 25.2.6
* fix: disable gitui - it's broken on aarch64-darwin currently

---------

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2025-11-27 10:54:44 +08:00
committed by GitHub
parent 7cf0e96efa
commit 3bf1b986cf
19 changed files with 146 additions and 118 deletions

View File

@@ -69,5 +69,5 @@ in
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "25.05"; # Did you read the comment?
system.stateVersion = "25.11"; # Did you read the comment?
}