adding mcp stuff
This commit is contained in:
15
mcp/shell.nix
Normal file
15
mcp/shell.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.bash
|
||||
pkgs.python313Packages.pyppeteer
|
||||
pkgs.python312
|
||||
pkgs.glib
|
||||
pkgs.glib.out
|
||||
pkgs.chromium
|
||||
];
|
||||
shellHook = ''
|
||||
export PUPPETEER_EXECUTABLE_PATH=${pkgs.chromium}/bin/chromium
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user