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": { "locked": {
"lastModified": 1779488035, "lastModified": 1779493574,
"narHash": "sha256-YeElVALcahge0nxlHnSyYM8MLHglOiOZAjIoDhsV1WY=", "narHash": "sha256-iyDrbldCBC3gdfUp9Viz984a93fZlcFsnerVvq5/1CA=",
"ref": "refs/heads/main", "owner": "rlrml",
"rev": "f34581a08def90fefcb6b4a1aeb0f2027d44e500", "repo": "rlru",
"revCount": 10, "rev": "941c2f476fd9e0a3842d0b430428ea202a6e9614",
"type": "git", "type": "github"
"url": "ssh://git@github.com/rlrml/rlru.git"
}, },
"original": { "original": {
"type": "git", "owner": "rlrml",
"url": "ssh://git@github.com/rlrml/rlru.git" "repo": "rlru",
"type": "github"
} }
}, },
"root": { "root": {

View File

@@ -213,7 +213,7 @@
}; };
rlru = { rlru = {
url = "git+ssh://git@github.com/rlrml/rlru.git"; url = "github:rlrml/rlru";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";