Add fwi app

This commit is contained in:
2020-07-20 12:58:54 +02:00
parent 81bcf20419
commit c50158e3be
2 changed files with 36 additions and 0 deletions

View File

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