This commit is contained in:
Jana Dönszelmann 2026-01-05 14:41:17 +01:00
parent 29ffaf7359
commit 39f102602d
No known key found for this signature in database
3 changed files with 117 additions and 46 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
calc = "${pkgs.python313}/bin/python -i ${pkgs.writeText "init.py" ''
calc = "${pkgs.custom.pipethon}/bin/python -i ${pkgs.writeText "init.py" ''
import sys
sys.path.append("${../../scriptlib}")
sys.path.append("${pkgs.python313Packages.numpy}/lib/python3.13/site-packages/")