From bf71d0ee394dba91fe655f41b258497782906e0c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 22 May 2026 16:50:17 -0700 Subject: [PATCH] nixos: fetch rlru via public GitHub flake --- nixos/flake.lock | 18 +++++++++--------- nixos/flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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";