Merge remote-tracking branch 'origin/main' into chore/utoipa
This commit is contained in:
11
docs/default.nix
Normal file
11
docs/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
with pkgs;
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
nodejs
|
||||
nodejs.pkgs.pnpm
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user