From 114644ce63e309d9fe133e81bd75c165cee0c9be Mon Sep 17 00:00:00 2001 From: m3tm3re
Date: Sat, 14 Mar 2026 10:06:47 +0100 Subject: [PATCH] updated agents input --- flake.lock | 26 +++++++++++++------------- home/features/coding/default.nix | 6 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index fbfa205..f0143ab 100644 --- a/flake.lock +++ b/flake.lock @@ -24,11 +24,11 @@ "agents": { "flake": false, "locked": { - "lastModified": 1772563257, - "narHash": "sha256-hp6Q8TVP9xZeBFgZm51ndCacmVZxucZzLtj12pzD6c0=", + "lastModified": 1773479083, + "narHash": "sha256-qwope4VrtrMsebTjyqhiwO6NxZ4t8kk+65K8y41ada0=", "ref": "refs/heads/master", - "rev": "39ac89f388532e9a7629808037791c64cd5fc13c", - "revCount": 63, + "rev": "8bcb5e11fbfeb4c00b81358163162324d0893ff8", + "revCount": 64, "type": "git", "url": "https://code.m3ta.dev/m3tam3re/AGENTS" }, @@ -343,11 +343,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1772864581, - "narHash": "sha256-+AiWgqbKkjU1W/S/U7ktSoScMa4+z9APtJx+3gEDcCQ=", + "lastModified": 1773459162, + "narHash": "sha256-QdrMe4cftS8ALHB2+DTNOZIkw+rqddm5lcsAhm/voqk=", "owner": "numtide", "repo": "llm-agents.nix", - "rev": "856b24f862d0a19b7764f35ee9a7546309e605a0", + "rev": "64d8585ea7ba1a88b1afa82a89bdd10d4c894f45", "type": "github" }, "original": { @@ -575,11 +575,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1772736753, - "narHash": "sha256-au/m3+EuBLoSzWUCb64a/MZq6QUtOV8oC0D9tY2scPQ=", + "lastModified": 1773231277, + "narHash": "sha256-Xy3WEpUAbpsz8ydgvVAQAGGB/WB+8cNA5cshiL0McTI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "917fec990948658ef1ccd07cef2a1ef060786846", + "rev": "75690239f08f885ca9b0267580101f60d10fbe62", "type": "github" }, "original": { @@ -841,11 +841,11 @@ ] }, "locked": { - "lastModified": 1772660329, - "narHash": "sha256-IjU1FxYqm+VDe5qIOxoW+pISBlGvVApRjiw/Y/ttJzY=", + "lastModified": 1773297127, + "narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "3710e0e1218041bbad640352a0440114b1e10428", + "rev": "71b125cd05fbfd78cab3e070b73544abe24c5016", "type": "github" }, "original": { diff --git a/home/features/coding/default.nix b/home/features/coding/default.nix index 62ca319..e616e20 100644 --- a/home/features/coding/default.nix +++ b/home/features/coding/default.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{pkgs, videoDrivers, ...}: { imports = [ ./opencode.nix ]; @@ -65,8 +65,8 @@ nodejs opencode-desktop (qmd.override { - vulkanSupport = true; - cudaSupport = false; + vulkanSupport = videoDrivers == ["amdgpu"]; + cudaSupport = videoDrivers == ["nvidia"]; }) pi alejandra