Remove xeon07 overlay to load upstream slurm
This commit is contained in:
parent
7da979bed2
commit
b9aff1dba5
@ -5,10 +5,6 @@ let
|
||||
bscpkgsSrc = builtins.fetchTarball "https://pm.bsc.es/gitlab/rarias/bscpkgs/-/archive/master/bscpkgs-master.tar.gz";
|
||||
bscpkgs = import "${bscpkgsSrc}/overlay.nix";
|
||||
|
||||
xeon07Overlay = (self: super: {
|
||||
slurm = super.bsc.slurm-16-05-8-1;
|
||||
});
|
||||
|
||||
in
|
||||
|
||||
{
|
||||
@ -20,6 +16,6 @@ in
|
||||
;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
bscpkgs xeon07Overlay
|
||||
bscpkgs
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user