From 3051a19d792e48550a5d062aa45249c466e1e17c Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 9 Dec 2025 02:01:54 +0530 Subject: [PATCH] chore: update flake lock and nix files for home-manager changes --- flake.lock | 25 ++++++++++++------------- flake.nix | 2 +- home/programs/aichat.nix | 6 +++--- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index c48d9594..8a5918b3 100644 --- a/flake.lock +++ b/flake.lock @@ -1791,16 +1791,15 @@ ] }, "locked": { - "lastModified": 1765170903, - "narHash": "sha256-O8VTGey1xxiRW+Fpb+Ps9zU7ShmxUA1a7cMTcENCVNg=", + "lastModified": 1765217760, + "narHash": "sha256-BVVyAodLcAD8KOtR3yCStBHSE0WAH/xQWH9f0qsxbmk=", "owner": "nix-community", "repo": "home-manager", - "rev": "20561be440a11ec57a89715480717baf19fe6343", + "rev": "e5b1f87841810fc24772bf4389f9793702000c9b", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-25.11", "repo": "home-manager", "type": "github" } @@ -2862,11 +2861,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1765219358, - "narHash": "sha256-QPxJed9HM7rR3EU9Il7dJ/fgQIym0xc2yvGKKs/ylA4=", + "lastModified": 1765224106, + "narHash": "sha256-zr9GkwloaFOZucxTpnlJPXEj4nOYFsgQpNDvTOv6oLc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "810a627aca3f5095d78513dad724c20d82a2b274", + "rev": "a55a45583efc071120089f2cbf7da1223de27e69", "type": "github" }, "original": { @@ -3194,11 +3193,11 @@ "nixpkgs": "nixpkgs_12" }, "locked": { - "lastModified": 1765213466, - "narHash": "sha256-JdQa7m3a/oWun8TGJ+jamAdxn820RFjqDLNnl4d8a+0=", + "lastModified": 1765222505, + "narHash": "sha256-3S9pIQLTDU3G7iCx/vGVhESWNwr7FtmPWe9pa/mV1ZU=", "owner": "nix-community", "repo": "nur", - "rev": "0c5cabc4f46e5ce7e45827c22b21173a887acff2", + "rev": "2f1e5fe41d1e1f19f9e76d9cdea9e99bce30a263", "type": "github" }, "original": { @@ -4533,11 +4532,11 @@ "systems": "systems_25" }, "locked": { - "lastModified": 1765120114, - "narHash": "sha256-OIpOC69I+2rhIvIU2CmDXsKU4BRCouBGPlKx+IYFqOE=", + "lastModified": 1765223514, + "narHash": "sha256-Ku2x3nVpMo4Jz/NKx44jJwv/vgo9YkMqTAIdaPaDyG0=", "owner": "vicinaehq", "repo": "vicinae", - "rev": "b7391a02592d512ada397841440457b3dc292502", + "rev": "ab6451a4e536fd5b7b513e9860d0a897b84486d1", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 8fa9ce4e..071b78f2 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = { - url = "github:nix-community/home-manager/release-25.11"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; stylix = { diff --git a/home/programs/aichat.nix b/home/programs/aichat.nix index 964e471e..8f2c0bf7 100644 --- a/home/programs/aichat.nix +++ b/home/programs/aichat.nix @@ -16,8 +16,8 @@ enableNushellIntegration = false; settings = { save_session = true; - model = "openai:gpt-4o"; - # model = "ryu:qwen3-coder-30b"; + # model = "openai:gpt-4o"; + model = "ryu:qwen3-coder-30b"; rag_embedding_model = "ollama:RobinBially/nomic-embed-text-8k"; clients = [ { @@ -174,7 +174,7 @@ */ '' --- - model: openai:gpt-4o + model: ryu:qwen3-coder-30b --- Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Do not under any circumstance include any additional text or explanations, just add the commit message. '';