Remove shell.nix since I don't use nix anymore

This commit is contained in:
aria 2025-05-16 18:27:32 +10:00
parent 4cb622a7c5
commit ea8d10f1be
No known key found for this signature in database

View file

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