Add hpccg app

This commit is contained in:
2020-07-20 12:04:15 +02:00
parent 11b1652617
commit 3b23b230ed
2 changed files with 45 additions and 0 deletions

View File

@@ -154,6 +154,9 @@ let
hpcg = callPackage ./bsc/apps/hpcg/default.nix {
};
hpccg = callPackage ./bsc/apps/hpccg/default.nix {
};
# Patched nix for deep cluster
inherit (callPackage ./bsc/nix/default.nix {
storeDir = "/nix/store";