diff --git a/flake.nix b/flake.nix index 02fd23e..06ccc0d 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,6 @@ text = y; executable = exec; }; - }) builtins.attrValues attrs) ) builtins.attrNames attrs; + }) (builtins.attrValues attrs)) ) (builtins.attrNames attrs); }; }