Add nix shell
This commit is contained in:
parent
54f1588091
commit
c3970dca5b
5 changed files with 272 additions and 218 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.nodejs
|
||||
pkgs.pnpm
|
||||
pkgs.biome
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue