Add patched nix for BeeGFS
This commit is contained in:
@@ -78,6 +78,12 @@ let
|
||||
inherit mpi tampi;
|
||||
};
|
||||
|
||||
inherit (callPackage ./bsc/nix {
|
||||
storeDir = "/nix/store";
|
||||
stateDir = "/nix/var";
|
||||
boehmgc = pkgs.boehmgc.override { enableLargeConfig = true; };
|
||||
})
|
||||
nix;
|
||||
};
|
||||
|
||||
in pkgs // self
|
||||
|
||||
Reference in New Issue
Block a user