From acee2eb285763036f4ea79bd8f8332afbcbb404a Mon Sep 17 00:00:00 2001 From: Zynh Ludwig <zynh0722@gmail.com> Date: Fri, 27 Dec 2024 02:03:12 -0800 Subject: [PATCH] flake: update nyazoom --- flake.lock | 8 ++++---- modules/nyazoom.nix | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f2c56f2..085ddc8 100644 --- a/flake.lock +++ b/flake.lock @@ -55,11 +55,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1735293035, - "narHash": "sha256-V8QVePmjsyjDQsnGLwPBIZZFaXO3m1tcOsL7T+Cfgy8=", + "lastModified": 1735293761, + "narHash": "sha256-aIJBnUoh9t4oWR61x5g4rHNrUSSMCnG3Nr02mTIOLao=", "ref": "refs/heads/main", - "rev": "09d7bd25b1d42fdd5d8fe961d4fc31f042f0b0da", - "revCount": 140, + "rev": "d0f98c5d042194aa25435b74be034f4da578ccf7", + "revCount": 141, "type": "git", "url": "https://git.zynh.me/Zynh0722/nyazoom.git" }, diff --git a/modules/nyazoom.nix b/modules/nyazoom.nix index d842151..86e9667 100644 --- a/modules/nyazoom.nix +++ b/modules/nyazoom.nix @@ -17,6 +17,5 @@ in ''; wants = [ "network.target" ]; }; - }; }