diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-29 23:03:34 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-29 23:03:36 +0530 |
| commit | c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd (patch) | |
| tree | 317ae1961a78b66270d862795e41ea7364f53d83 /flake.lock | |
| parent | 1ea3c72321a83143591bd4e9989da94798c2d71b (diff) | |
| download | homeserver-nixos-config-c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd.tar.gz homeserver-nixos-config-c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd.zip | |
Add yarr (my fork) rss reader + disable send
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 57 |
1 files changed, 56 insertions, 1 deletions
@@ -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" } } }, |
