use python venv so we can still run make library

This commit is contained in:
Jesse Cirimelli-Low 2026-05-04 16:56:27 -07:00
parent 91d0eb1d2c
commit 2f8f9bc2e3
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@
in
{
default = pkgs.mkShell {
# Pip wheels (e.g. numpy in .venv) need common shared libs at runtime on Nix.
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
pkgs.stdenv.cc.cc.lib
pkgs.zlib
];
packages = [
# FOSSI PDK ciel (nixpkgs `ciel` is unrelated: AOSC ciel-rs, wants root)
pkgs.pdk-ciel