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> {} }: { pkgs ? import <nixpkgs> {} }:
with pkgs; with pkgs;
mkShell { mkShell {
buildInputs = [ buildInputs = [
lessc lessc
minify minify
babashka babashka
html-tidy html-tidy
html-xml-utils html-xml-utils
]; ];
shellHook = '' shellHook = ''
echo "shell with lessc and minify" echo "shell with lessc and minify"
''; '';
} }