472aeafc57
GitOrigin-RevId: c31898adf5a8ed202ce5bea9f347b1c6871f32d1
13 lines
112 B
Nix
13 lines
112 B
Nix
{
|
|
lammps,
|
|
mpi,
|
|
lowPrio,
|
|
}:
|
|
|
|
lowPrio (
|
|
lammps.override {
|
|
extraBuildInputs = [
|
|
mpi
|
|
];
|
|
}
|
|
)
|