From 15fccff855a97bb1a238831654bc776c38aeb116 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 6 Mar 2025 11:31:41 -0300 Subject: [PATCH] chore(flake): remove line break from template description --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 39c641f..0497e4b 100644 --- a/flake.nix +++ b/flake.nix @@ -88,8 +88,9 @@ templates.default = { path = ./modules/template; - description = "A NixOS & Home-Manager template to get started with the https://github.com/wizardlink/linuxware - configuration."; + description = '' + A NixOS & Home-Manager template to get started with the https://github.com/wizardlink/linuxware configuration. + ''; }; }; }