diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-02-22 21:01:56 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-02-22 21:14:43 +0100 |
| commit | 245b0a2cce227181a6a28960092bd1298404b01f (patch) | |
| tree | 3d14394b7c2886eda89e85b5c3448e65dba0ec75 /default.nix | |
| parent | 8972a02a6480f4c1160531ab56b45d1465f6f82e (diff) | |
build: htmlclean -> minify
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/default.nix b/default.nix index 8b4a24a..a6e5645 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ yuicompressor, imagemagick, nix, - perlPackages, + minify, # Source files nixpkgsSrc, src, @@ -53,8 +53,7 @@ in ${nixEvalExpr} " ${make} $src/html {} " > index.html - ${perlPackages.HTMLClean}/bin/htmlclean index.html - rm index.html.bak + ${minify}/bin/minify index.html --output index.html # copy static files cp -r $src/static/ . |
