diff options
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/flake.lock | 10 | ||||
| -rw-r--r-- | nix/flake.nix | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/nix/flake.lock b/nix/flake.lock index 9560d36..4871255 100644 --- a/nix/flake.lock +++ b/nix/flake.lock @@ -152,15 +152,15 @@ "utils": "utils" }, "locked": { - "lastModified": 1782775638, - "narHash": "sha256-HFIVoDFiATXBvkSPiuJ2sKZkGL7etVKAVQkYeLXUbh8=", - "owner": "agavra", + "lastModified": 1783086695, + "narHash": "sha256-+OtrSJd3DIcL6aPdEUN8CVFrQ797vh+Nj1RDVzFnEV4=", + "owner": "ruifm", "repo": "tuicr", - "rev": "625fe58423aed5aad88547ccead880a0d3348654", + "rev": "e565185d9eeb783fe4bbeafbc0c46738e05320f1", "type": "github" }, "original": { - "owner": "agavra", + "owner": "ruifm", "repo": "tuicr", "type": "github" } diff --git a/nix/flake.nix b/nix/flake.nix index 1a60566..359509b 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -16,7 +16,7 @@ # it's not packaged there. The skill files under # `dot_claude/skills/tuicr/` rely on the `tuicr` binary being on PATH. tuicr = { - url = "github:agavra/tuicr"; + url = "github:ruifm/tuicr"; inputs.nixpkgs.follows = "nixpkgs"; }; aibox = { |
