From c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 29 Jun 2025 23:03:34 +0530 Subject: Add yarr (my fork) rss reader + disable send --- flake.lock | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index d48a795..5b87a83 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,23 @@ { "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "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" + } + }, "nixos-hardware": { "locked": { "lastModified": 1749832440, @@ -31,10 +49,47 @@ "type": "github" } }, + "phenax-yayarr": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1751216786, + "narHash": "sha256-b9JwRbKDDBCW8bQ0DrgpPMFYj2XTk21q95scMwlSyHQ=", + "owner": "phenax", + "repo": "yayarr", + "rev": "3391a0ae601c23801b707f7ef925ad7eb850a79d", + "type": "github" + }, + "original": { + "owner": "phenax", + "repo": "yayarr", + "type": "github" + } + }, "root": { "inputs": { "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "phenax-yayarr": "phenax-yayarr" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" } } }, -- cgit v1.3.1