From 5ac4c3aeaf085cf8ab2b2363042f3e635f565777 Mon Sep 17 00:00:00 2001 From: Ethan Turkeltaub Date: Sun, 9 Aug 2026 12:39:38 -0400 Subject: [PATCH] Update `plex_exporter` input to use `main` --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 0a2ca01..c92c7e8 100644 --- a/flake.lock +++ b/flake.lock @@ -1378,16 +1378,15 @@ "treefmt": "treefmt_2" }, "locked": { - "lastModified": 1784385217, - "narHash": "sha256-LqAQBFCV3TRJFHG6sVSgnIglcqVrCN43Qq8M0nCIcYE=", + "lastModified": 1786115169, + "narHash": "sha256-cItgXHoQjjj3/JhSBv9alyaAFk6clTGn4xhNioB7zns=", "owner": "ethnt", "repo": "plex_exporter", - "rev": "a6f98fd381107cd5af2b7ff7ada77bbf4770669c", + "rev": "c2717a264e9d99a161b47374cc8e878ac0d2c6b3", "type": "github" }, "original": { "owner": "ethnt", - "ref": "fix/unknown-stream-type", "repo": "plex_exporter", "type": "github" } diff --git a/flake.nix b/flake.nix index e73fc6a..f6204ff 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ e10-secrets.url = "git+ssh://git@github.com/ethnt/e10-secrets"; # e10-secrets.url = "git+file:///Users/ethan/Workspace/e10-secrets"; - plex-exporter.url = "github:ethnt/plex_exporter/fix/unknown-stream-type"; + plex-exporter.url = "github:ethnt/plex_exporter"; plex-exporter.inputs.nixpkgs.follows = "nixpkgs"; };