Working isolated environment

This commit is contained in:
2020-10-05 19:13:02 +02:00
parent 2a01ee7f24
commit effcc2d20b
4 changed files with 26 additions and 8 deletions

View File

@@ -131,6 +131,10 @@ let
mpptest = callPackage ./bsc/mpptest/default.nix { };
busybox = self.busybox.override {
enableStatic = true;
};
nixtools = callPackage ./bsc/nixtools/default.nix {
targetCluster = "mn4";
nixPrefix = "/gpfs/projects/bsc15/nix";