Added tests for python endpoints

This commit is contained in:
2024-11-13 17:50:47 +00:00
parent 9646dfe34c
commit a9ac109917
7 changed files with 216 additions and 9 deletions

View File

@@ -8,8 +8,14 @@
packages = with pkgs; [
act
git
ruff
];
env.NIX_LD_LIBRARY_PATH = lib.makeLibraryPath (with pkgs; [
stdenv.cc.cc
]);
env.NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
languages = {
python = {
version = "3.12";