nixos: fetch rlru via public GitHub flake

This commit is contained in:
2026-05-22 16:50:17 -07:00
parent 2c22ccd01e
commit bf71d0ee39
2 changed files with 10 additions and 10 deletions

18
nixos/flake.lock generated
View File

@@ -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": {

View File

@@ -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";