From 582aff0b2b25c45c35b180181e0db73ca2b5fa90 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 1 Dec 2025 19:26:28 +0100 Subject: [PATCH] memos: Remove unnecessary module arguments --- modules/system/web-services/memos.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/system/web-services/memos.nix b/modules/system/web-services/memos.nix index 08d3a89..25c856d 100644 --- a/modules/system/web-services/memos.nix +++ b/modules/system/web-services/memos.nix @@ -1,9 +1,6 @@ { config, options, - modulesPath, - inputs, - pkgs-unstable, lib, ... }: