From b5b9524bdb1a2dc7a366b4777e029d8ff7a2a6df Mon Sep 17 00:00:00 2001 From: holly Date: Wed, 18 Feb 2026 16:43:22 +0000 Subject: [PATCH] modules/way-edges: fix flag --- modules/way-edges/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/way-edges/module.nix b/modules/way-edges/module.nix index a3a5b35..31acee7 100644 --- a/modules/way-edges/module.nix +++ b/modules/way-edges/module.nix @@ -51,7 +51,7 @@ in config = { package = config.pkgs.way-edges; flags = { - "--config" = toString config.configFile.path; + "--config-path" = toString config.configFile.path; }; meta.maintainers = [ {