diff --git a/nixos/flake.lock b/nixos/flake.lock index 57a360eb..039190fe 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -1667,17 +1667,17 @@ ] }, "locked": { - "lastModified": 1779488035, - "narHash": "sha256-YeElVALcahge0nxlHnSyYM8MLHglOiOZAjIoDhsV1WY=", - "ref": "refs/heads/main", - "rev": "f34581a08def90fefcb6b4a1aeb0f2027d44e500", - "revCount": 10, - "type": "git", - "url": "ssh://git@github.com/rlrml/rlru.git" + "lastModified": 1779493574, + "narHash": "sha256-iyDrbldCBC3gdfUp9Viz984a93fZlcFsnerVvq5/1CA=", + "owner": "rlrml", + "repo": "rlru", + "rev": "941c2f476fd9e0a3842d0b430428ea202a6e9614", + "type": "github" }, "original": { - "type": "git", - "url": "ssh://git@github.com/rlrml/rlru.git" + "owner": "rlrml", + "repo": "rlru", + "type": "github" } }, "root": { diff --git a/nixos/flake.nix b/nixos/flake.nix index c491ba4e..f26f98e8 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -213,7 +213,7 @@ }; rlru = { - url = "git+ssh://git@github.com/rlrml/rlru.git"; + url = "github:rlrml/rlru"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils";