Add gurobi to the system packages if the configuration specifies a license
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
715bee3a0a
commit
6171f13ed5
|
@ -36,6 +36,8 @@ in {
|
||||||
name = "gurobi-generated-license";
|
name = "gurobi-generated-license";
|
||||||
text = "TOKENSERVER=${cfg.tokenServerAddress}";
|
text = "TOKENSERVER=${cfg.tokenServerAddress}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [ pkgs.gurobi ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue