summaryrefslogtreecommitdiff
path: root/python-package.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-29 07:21:15 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-29 14:00:36 +0530
commitbf2d66357b9135442f9dec277678b0597abc1d15 (patch)
tree0992fb6017d19c1c2c1b6eae660896fd042f6a0f /python-package.nix
parentb3fe04359cd0c3a1b9a1bed55d804c2897ad4eac (diff)
solver_util: init
Diffstat (limited to 'python-package.nix')
-rw-r--r--python-package.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/python-package.nix b/python-package.nix
index a422052..648899e 100644
--- a/python-package.nix
+++ b/python-package.nix
@@ -6,6 +6,7 @@
pkg-config,
makeWrapper,
cjson,
+ highs,
}:
buildPythonPackage {
@@ -36,6 +37,6 @@ buildPythonPackage {
];
buildInputs = [
cjson
- # nix-eval-jobs
+ highs
];
}