tests/slurm: use getDev for mpi test

+1 -1
+1 -1
nixos/tests/slurm.nix
··· 45 45 ''; 46 46 in pkgs.runCommand "mpitest" {} '' 47 47 mkdir -p $out/bin 48 - ${pkgs.openmpi}/bin/mpicc ${mpitestC} -o $out/bin/mpitest 48 + ${lib.getDev pkgs.mpi}/bin/mpicc ${mpitestC} -o $out/bin/mpitest 49 49 ''; 50 50 in { 51 51 name = "slurm";