comfyui
This commit is contained in:
@@ -17,9 +17,13 @@
|
||||
};
|
||||
in
|
||||
basecamp.mkShell pkgs {
|
||||
env.LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
|
||||
packages = [
|
||||
(pkgs.python3.withPackages (_python-pkgs: [
|
||||
# python-pkgs.drawsvg
|
||||
pkgs.just
|
||||
|
||||
pkgs.gcc # For libstdc++.so.6
|
||||
|
||||
(pkgs.python312.withPackages (_python-pkgs: [
|
||||
# python-pkgs.ruff
|
||||
# python-pkgs.jedi-language-server
|
||||
]))
|
||||
|
||||
Reference in New Issue
Block a user