mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Added tests for python endpoints
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user