Add unstable nix for MN4
Fixes the fallocate problem
This commit is contained in:
parent
140598a28b
commit
5c2bd13c3d
@ -165,6 +165,10 @@ let
|
||||
};
|
||||
# Use a slurm compatible with MN4
|
||||
slurm = bsc.slurm17;
|
||||
# We need the unstable branch to get the fallocate problem fixed, as it is
|
||||
# not yet in stable nix, see:
|
||||
# https://pm.bsc.es/gitlab/rarias/bscpkgs/-/issues/83
|
||||
nix-mn4 = self.nixUnstable;
|
||||
# Our custom version that lacks the binaries. Disabled by default.
|
||||
#rdma-core = callPackage ./bsc/rdma-core/default.nix { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user