From a1b410192efd6356828b2d577896665764d72eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:10:28 +0100 Subject: [PATCH] lib/helpers: syntax change (#188) --- lib/helpers.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/helpers.nix b/lib/helpers.nix index c2e76e37..eb30b5ad 100644 --- a/lib/helpers.nix +++ b/lib/helpers.nix @@ -188,9 +188,7 @@ with lib; rec { }: { option = mkOption { type = types.nullOr type; - default = default; - description = description; - example = example; + inherit default description example; }; inherit value global;