This commit is contained in:
2025-06-10 20:50:35 +02:00
parent 450e5e842a
commit dca66c040b
3 changed files with 23 additions and 2 deletions

View File

@@ -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
]))