Remove shell.nix since I don't use nix anymore
All checks were successful
Deploy to Web Server / deploy (push) Successful in 34s
All checks were successful
Deploy to Web Server / deploy (push) Successful in 34s
This commit is contained in:
parent
4cb622a7c5
commit
ea8d10f1be
1 changed files with 0 additions and 14 deletions
14
shell.nix
14
shell.nix
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.nodejs
|
||||
pkgs.pnpm
|
||||
pkgs.biome
|
||||
pkgs.oxipng
|
||||
pkgs.jpegoptim
|
||||
pkgs.croc
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue