diff --git a/lib/helpers.nix b/lib/helpers.nix index 16ecaea4..6f7963c1 100644 --- a/lib/helpers.nix +++ b/lib/helpers.nix @@ -101,7 +101,7 @@ with lib; rec { actionAttrs = if isString action then {inherit action;} - else value; + else action; in defaults // actionAttrs )