Archived
1
0
forked from rarias/bscpkgs

Remove cluster scripts from nixtools

This commit is contained in:
2020-10-13 14:16:30 +02:00
parent 04328d81ff
commit 05b37aa11d
2 changed files with 7 additions and 18 deletions

View File

@@ -135,10 +135,7 @@ let
enableStatic = true;
};
nixtools = callPackage ./bsc/nixtools/default.nix {
targetCluster = "mn4";
nixPrefix = "/gpfs/projects/bsc15/nix";
};
nixtools = callPackage ./bsc/nixtools/default.nix { };
garlicTools = callPackage ./garlic/tools.nix {};