Update nix shell and compress-images to work properly

This commit is contained in:
BuyMyMojo 2025-03-26 03:10:29 +11:00
parent 0bb8b1c16a
commit b7f702b4b6
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 5 additions and 16 deletions

View file

@ -7,5 +7,8 @@ pkgs.mkShell {
pkgs.nodejs
pkgs.pnpm
pkgs.biome
pkgs.oxipng
pkgs.jpegoptim
pkgs.croc
];
}