From 9b7338fe5dc46e6e35d3f030818e66e5bad60c38 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 26 Jul 2024 00:51:37 +0200 Subject: [PATCH] clean trailing whitespaces --- shell.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell.nix b/shell.nix index 3ca1d69..a8783b0 100644 --- a/shell.nix +++ b/shell.nix @@ -1,14 +1,14 @@ { pkgs ? import {} }: with pkgs; mkShell { - buildInputs = [ - lessc - minify + buildInputs = [ + lessc + minify babashka html-tidy html-xml-utils ]; - shellHook = '' + shellHook = '' echo "shell with lessc and minify" ''; }