From ff23cb8da6b559293defb5e2918dea4a918aa4d7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 23 May 2026 03:15:30 -0700 Subject: [PATCH] flake: update rlru input --- nixos/flake.lock | 211 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 207 insertions(+), 4 deletions(-) diff --git a/nixos/flake.lock b/nixos/flake.lock index f5d07bc3..2fd4e3f4 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -60,6 +60,30 @@ "type": "github" } }, + "bundlers": { + "inputs": { + "nix-appimage": "nix-appimage", + "nix-bundle": "nix-bundle", + "nix-utils": "nix-utils", + "nixpkgs": [ + "rlru", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1777842037, + "narHash": "sha256-E6kwkFsKnU5k/QAX1aNOPfh69G6Im8/EwdRcZR4J0QE=", + "owner": "NixOS", + "repo": "bundlers", + "rev": "7bb70086c2dad3eecae4805f4d758c80e3cba960", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "bundlers", + "type": "github" + } + }, "chrome-favicon-dbus": { "inputs": { "nixpkgs": [ @@ -335,6 +359,22 @@ "type": "github" } }, + "flake-compat_4": { + "flake": false, + "locked": { + "lastModified": 1733328505, + "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, "flake-parts": { "inputs": { "nixpkgs-lib": [ @@ -454,6 +494,39 @@ "type": "github" } }, + "flake-utils_3": { + "inputs": { + "systems": "systems_3" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_4": { + "locked": { + "lastModified": 1623875721, + "narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f7e004a55b120c02ecb6219596820fcd32ca8772", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "git-blame-rank": { "inputs": { "fenix": "fenix", @@ -1253,6 +1326,72 @@ "type": "github" } }, + "nix-appimage": { + "inputs": { + "flake-compat": "flake-compat_4", + "flake-utils": "flake-utils_3", + "nixpkgs": [ + "rlru", + "bundlers", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1757920913, + "narHash": "sha256-jd0QwCVz4O1sHHkeaZILD/7D6oyalceEJ4EFnWCgm0k=", + "owner": "ralismark", + "repo": "nix-appimage", + "rev": "7946addbc0d97e358a6d7aefe5e82310f0fe6b18", + "type": "github" + }, + "original": { + "owner": "ralismark", + "repo": "nix-appimage", + "type": "github" + } + }, + "nix-bundle": { + "inputs": { + "nixpkgs": [ + "rlru", + "bundlers", + "nixpkgs" + ], + "utils": "utils" + }, + "locked": { + "lastModified": 1756736056, + "narHash": "sha256-8YFhvulVX3iS4TYnKisA9zSImJeFN21G75HOUUFjzuE=", + "owner": "nix-community", + "repo": "nix-bundle", + "rev": "eff01593f62794d458ec714090091419194ab64d", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-bundle", + "type": "github" + } + }, + "nix-utils": { + "inputs": { + "flake-utils": "flake-utils_4", + "nixpkgs": "nixpkgs_7" + }, + "locked": { + "lastModified": 1744222205, + "narHash": "sha256-di1eNHQdpvvyXv6i7Z+S79KF7cQyhTs7AdFHp7q1e3Q=", + "owner": "juliosueiras-nix", + "repo": "nix-utils", + "rev": "53282197ad090c8cf47c96e99bf6c6c3b2cdc7c0", + "type": "github" + }, + "original": { + "owner": "juliosueiras-nix", + "repo": "nix-utils", + "type": "github" + } + }, "nixified-ai": { "inputs": { "flake-parts": "flake-parts", @@ -1442,6 +1581,21 @@ "type": "github" } }, + "nixpkgs_7": { + "locked": { + "lastModified": 1629252929, + "narHash": "sha256-Aj20gmGBs8TG7pyaQqgbsqAQ6cB+TVuL18Pk3DPBxcQ=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "3788c68def67ca7949e0864c27638d484389363d", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, "nixtheplanet": { "inputs": { "flake-parts": "flake-parts_3", @@ -1658,6 +1812,7 @@ }, "rlru": { "inputs": { + "bundlers": "bundlers", "fenix": "fenix_3", "flake-utils": [ "flake-utils" @@ -1667,11 +1822,11 @@ ] }, "locked": { - "lastModified": 1779493574, - "narHash": "sha256-iyDrbldCBC3gdfUp9Viz984a93fZlcFsnerVvq5/1CA=", + "lastModified": 1779531697, + "narHash": "sha256-oDUa+6+cbcp8omjcs+q1kzBk5NdoRU47rEs5EhUoGVM=", "owner": "rlrml", "repo": "rlru", - "rev": "941c2f476fd9e0a3842d0b430428ea202a6e9614", + "rev": "33e6c3f0c50e571955b26bc7efffd1ecb8c9aac9", "type": "github" }, "original": { @@ -1731,7 +1886,7 @@ "org-agenda-api": "org-agenda-api", "railbird-secrets": "railbird-secrets", "rlru": "rlru", - "systems": "systems_3", + "systems": "systems_5", "vscode-server": "vscode-server", "xmonad": "xmonad_2", "xmonad-contrib": "xmonad-contrib_2", @@ -1854,6 +2009,36 @@ "type": "github" } }, + "systems_4": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_5": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "taffybar": { "inputs": { "flake-utils": "flake-utils_2", @@ -1876,6 +2061,24 @@ "type": "github" } }, + "utils": { + "inputs": { + "systems": "systems_4" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "vscode-server": { "inputs": { "flake-utils": [