clean trailing whitespaces

This commit is contained in:
Yann Esposito (Yogsototh) 2024-07-26 00:51:37 +02:00
parent 740aaad5fa
commit 9b7338fe5d
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1,14 +1,14 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [
lessc
minify
buildInputs = [
lessc
minify
babashka
html-tidy
html-xml-utils
];
shellHook = ''
shellHook = ''
echo "shell with lessc and minify"
'';
}