This commit is contained in:
2026-01-14 09:32:03 +00:00
parent b338e68276
commit cb66b6e687
2 changed files with 19 additions and 19 deletions

36
flake.lock generated
View File

@@ -254,11 +254,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1768325819, "lastModified": 1768366276,
"narHash": "sha256-mBKqOJkxCRwEhIXfq93WTcDXsBlJ/f1Dfv9thJxrDPs=", "narHash": "sha256-NUdsaB6H1wvbOC7oh1UZ7Ojg1I+mYBQv8ovlMB6FbHk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "b1fa714d6cd656e3105d1965637be6ab7541d7d7", "rev": "4e235a8746b195e335306d898f0cc93ad6c4564c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -270,11 +270,11 @@
"homebrew-cask": { "homebrew-cask": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1768337956, "lastModified": 1768377904,
"narHash": "sha256-Ja0p5/WKGEeTo0+HD1uE++WzX3f8JHJw0ZjS8bwCjTY=", "narHash": "sha256-e3iYl1dxSuNFaRpFCBEGROh5i9PRhZGxwqWZN47ejtU=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-cask", "repo": "homebrew-cask",
"rev": "ed7a1d14e9f88acec6f0fe2d823f2c70c0cee534", "rev": "e6ce2fb4e105e8736c8df83bd58aa1c79f1c7e13",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -286,11 +286,11 @@
"homebrew-core": { "homebrew-core": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1768339646, "lastModified": 1768381952,
"narHash": "sha256-v2R6/sWDzzET+lQctrHA8GXHsrNRz7QhCH8YUh1IuTQ=", "narHash": "sha256-Jv9ZOq8PRLfXZ7VDCMJoPVYZvLjJDzgaiKflU0fj6Qk=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-core", "repo": "homebrew-core",
"rev": "12e9dfdef75a1076fa89da6832bcb909a2a50337", "rev": "ba0786407a5cb72d3adad8431af343d32882c31e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -322,11 +322,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1768320174, "lastModified": 1768370489,
"narHash": "sha256-ljOkLG8q1mgphEaZXqtc9+td8zW4o/Sivga5i+Zdkmc=", "narHash": "sha256-/tZo3ePuv6gbJ+OUAtn/vIL/NHwXmVdmTqwpRKKYuW4=",
"owner": "numtide", "owner": "numtide",
"repo": "llm-agents.nix", "repo": "llm-agents.nix",
"rev": "d13412f4e05aa2be13422b09ccbbba1d4ceff1cb", "rev": "41130668102a77795069d950e001926dd7542c99",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -398,11 +398,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1768178648, "lastModified": 1768302833,
"narHash": "sha256-kz/F6mhESPvU1diB7tOM3nLcBfQe7GU7GQCymRlTi/s=", "narHash": "sha256-h5bRFy9bco+8QcK7rGoOiqMxMbmn21moTACofNLRMP4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3fbab70c6e69c87ea2b6e48aa6629da2aa6a23b0", "rev": "61db79b0c6b838d9894923920b612048e1201926",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -429,11 +429,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1768339601, "lastModified": 1768381560,
"narHash": "sha256-WyqG26nHKuyXdeWjwh97DagR3Eow5LLHbQsLQbQ9Dl4=", "narHash": "sha256-iBGGNRRhSRUwk3YXVTqV1yo9OIo77GMXvH24JXPRQ8s=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0f3259812b8f24ede77194a09be7bc4e57bdb18d", "rev": "afcce51e9741862bb9381853a94f7580a4ad1978",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -10,7 +10,7 @@
model = "opencode/claude-opus-4-5"; model = "opencode/claude-opus-4-5";
theme = "catppuccin"; theme = "catppuccin";
plugin = [ plugin = [
"oh-my-opencode@3.0.0-beta.5" "oh-my-opencode@3.0.0-beta.6"
]; ];
instructions = [ instructions = [
"CLAUDE.md" "CLAUDE.md"