hpccg: fix indentation

This commit is contained in:
Rodrigo Arias Mallo 2021-04-20 18:09:24 +02:00
parent fb1d50e9dd
commit c0a0eeec7f

View File

@ -20,7 +20,7 @@ let
gitTable = import ./git-table.nix; gitTable = import ./git-table.nix;
}; };
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "hpccg"; name = "hpccg";
inherit (gitSource) src gitBranch gitCommit; inherit (gitSource) src gitBranch gitCommit;
@ -50,4 +50,4 @@ stdenv.mkDerivation rec {
cp test_HPCCG-mpi.exe $out/bin cp test_HPCCG-mpi.exe $out/bin
''; '';
} }