chore: update claude models

This commit is contained in:
Ryan Yin
2025-12-02 13:22:05 +08:00
parent 3c2ad0bec2
commit fdcc3be59d
5 changed files with 27 additions and 5 deletions

View File

@@ -23,7 +23,11 @@ let
# # To use chrome, we need to allow the installation of non-free software
# config.allowUnfree = true;
# };
pkgs-2505 = import inputs.nixpkgs-2505 {
inherit system;
# To use chrome, we need to allow the installation of non-free software
config.allowUnfree = true;
};
pkgs-stable = import inputs.nixpkgs-stable {
inherit system;
# To use chrome, we need to allow the installation of non-free software