mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 06:55:10 +00:00
6 lines
103 B
Nix
6 lines
103 B
Nix
|
{ callPackage, makeSetupHook }:
|
||
|
|
||
|
makeSetupHook {
|
||
|
name = "mpi-checkPhase-hook";
|
||
|
} ./mpi-check-hook.sh
|