Add clsync tool

This commit is contained in:
2020-08-21 19:49:23 +02:00
parent 5314f343b6
commit 4b27ceec6d
2 changed files with 59 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ let
self.bsc = rec {
nixpkgs = pkgs;
# Load the default implementation
#mpi = mpich;
#mpi = openmpi;
@@ -195,6 +198,8 @@ let
nixUnstable
nixFlakes;
clsync = callPackage ./bsc/clsync/default.nix { };
nixStatic = (callPackageStatic ./bsc/nix/static.nix {
callPackage = callPackageWith (pkgs.pkgsStatic);
storeDir = "/nix/store";