Remove shell.nix since I don't use nix anymore
All checks were successful
Deploy to Web Server / deploy (push) Successful in 34s

This commit is contained in:
aria 2025-05-16 18:27:32 +10:00
parent 4cb622a7c5
commit ea8d10f1be
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -1,14 +0,0 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
packages = [
pkgs.nodejs
pkgs.pnpm
pkgs.biome
pkgs.oxipng
pkgs.jpegoptim
pkgs.croc
];
}