Compare commits

...

2 Commits

Author SHA1 Message Date
b662770683 save tokens 2026-03-06 10:03:27 +00:00
c2edf7fe47 flk 2026-03-06 10:03:27 +00:00
2 changed files with 20 additions and 20 deletions

36
flake.lock generated
View File

@@ -114,11 +114,11 @@
}, },
"den": { "den": {
"locked": { "locked": {
"lastModified": 1772737374, "lastModified": 1772756594,
"narHash": "sha256-b1nHLbA42NXPSPC6lpP2K/9RVwO+z91AVV44yRycO5c=", "narHash": "sha256-T0xYjpbcbyr1a9+2oG3mWBdRsCzXKwec29inS0bgMZE=",
"owner": "vic", "owner": "vic",
"repo": "den", "repo": "den",
"rev": "57aef3045c87527e94f1f139a818f8851e024a33", "rev": "2a654815e310c3a9bd6a64f4fe1afec82444deba",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -237,11 +237,11 @@
}, },
"flake-aspects": { "flake-aspects": {
"locked": { "locked": {
"lastModified": 1772679072, "lastModified": 1772749648,
"narHash": "sha256-qrbfroFGetX5DS/n6gP6BifqGCO084b5ad8C5kwaLAk=", "narHash": "sha256-6QtwbL/R0RhJrHIDc1SdJD0YYfVXG9yteiFkfNl0Rbg=",
"owner": "vic", "owner": "vic",
"repo": "flake-aspects", "repo": "flake-aspects",
"rev": "82a472654139897fab1bcb2d96ae337fb7928800", "rev": "ccc25fc1e06b8957e15e6d0c0a0c51e9d7a96b37",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -422,11 +422,11 @@
"homebrew-cask": { "homebrew-cask": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1772739567, "lastModified": 1772785717,
"narHash": "sha256-B7x5dlfKLidJyjgP/3+gil1uEp2NTRDEMMZ9VtKZBMA=", "narHash": "sha256-qDaB3TjUd+hfdG3f1FeSBvjiVO1P+oqIi6TOxUmc0v8=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-cask", "repo": "homebrew-cask",
"rev": "cf9ffb7cc3c3f8ab77f9dcaff7aec5bed24fbc0a", "rev": "11ef64372b34d73445a44ed92f6bf4878b66717b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -438,11 +438,11 @@
"homebrew-core": { "homebrew-core": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1772749269, "lastModified": 1772790923,
"narHash": "sha256-gaVSGMYoCpK5CmAtXii7uML8LI0dJ5ZMcXm0gsCII7w=", "narHash": "sha256-jDE1YGo85EE1Bo5T0mrLTLD8h/hSRF48yYxNF5XvXq0=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-core", "repo": "homebrew-core",
"rev": "06647547f40a374d0920e2e7a5b4ae27ebb060a8", "rev": "387141e5c5be8977f374bd9f643db5f1bbd33c25",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -526,11 +526,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1772747788, "lastModified": 1772790341,
"narHash": "sha256-qJ9Ns9Fxgrm8QoTNnXH/KlUB0lL6PslK4t6+faJKLDg=", "narHash": "sha256-FceTZRmaEm72Ksipa9jbSDUMvNsCce0xkfadsrNplzI=",
"owner": "numtide", "owner": "numtide",
"repo": "llm-agents.nix", "repo": "llm-agents.nix",
"rev": "490fbb8873278e5ce57935099240788b1bafaef5", "rev": "34e3fe8191f5eacdbb887c83b35243ab7900837b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -668,11 +668,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1772749238, "lastModified": 1772790592,
"narHash": "sha256-ikvEQQ7Z+a8RGsLi5ASQhvM/pCHu1P8dJmSnHPohW2Y=", "narHash": "sha256-Iecj8DDDghzHl1HMxWW3JQ3YqSoVCyAVs2nE96e0R/c=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9e7d781db28caf880071f526642dc2d814bf8ff4", "rev": "1648979af25621455493f8160f1cf5985075e367",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -75,10 +75,10 @@
systemd.user.timers.opencode-inbox-triage = { systemd.user.timers.opencode-inbox-triage = {
Unit = { Unit = {
Description = "Run OpenCode inbox triage every 10 minutes"; Description = "Run OpenCode inbox triage every 12 hours";
}; };
Timer = { Timer = {
OnCalendar = "*:0/10"; OnCalendar = "*-*-* 0/12:00:00";
Persistent = true; Persistent = true;
}; };
Install = { Install = {