diff --git a/flake.lock b/flake.lock index 3c29400..edab1e0 100644 --- a/flake.lock +++ b/flake.lock @@ -34,15 +34,15 @@ "helix": { "flake": false, "locked": { - "lastModified": 1727613050, - "narHash": "sha256-vxf/5aCNjy0OKzkkkNoeUnjr1lWQDmcKW+UXKpU4weE=", - "owner": "helix-editor", + "lastModified": 1727653380, + "narHash": "sha256-TAk4+LBLbZ3whZzHXlEUV1LQa6gXmM0amc6rxx1D2D0=", + "owner": "JordanForks", "repo": "helix", - "rev": "2ce4c6d5fa3e50464b41a3d0190ad0e5ada2fc3c", + "rev": "5f78aed30ef3ef999d88b32374d72c192d29b791", "type": "github" }, "original": { - "owner": "helix-editor", + "owner": "JordanForks", "repo": "helix", "type": "github" } diff --git a/flake.nix b/flake.nix index 0160f3c..9ea546a 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ }; helix = { - url = "github:helix-editor/helix"; + url = "github:JordanForks/helix"; flake = false; }; };