summaryrefslogtreecommitdiff
path: root/flake.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 /flake.nix
parentb3fe04359cd0c3a1b9a1bed55d804c2897ad4eac (diff)
solver_util: init
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ab78426..2659b41 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,6 +27,7 @@
buildInputs = with pkgs; [
jq
+ highs
cjson
nix-eval-jobs
@@ -63,7 +64,7 @@
];
buildInputs = with pkgs; [
cjson
- nix-eval-jobs
+ highs
];
postInstall = ''