chore: replace flake with shell.nix
This commit is contained in:
parent
b318f77438
commit
b775ee5d03
4 changed files with 10 additions and 77 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
pkgs.mkShellNoCC {
|
||||
buildInputs = with pkgs; [
|
||||
bun
|
||||
wrangler
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue