mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Merge pull request #12888 from DeterminateSystems/fix-maintainers
Fix jobset evaluation
This commit is contained in:
commit
d81b51d84b
1 changed files with 1 additions and 7 deletions
|
@ -156,13 +156,7 @@
|
||||||
inherit officialRelease;
|
inherit officialRelease;
|
||||||
pkgs = final;
|
pkgs = final;
|
||||||
src = self;
|
src = self;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = [ ];
|
||||||
edolstra
|
|
||||||
Ericson2314
|
|
||||||
Mic92
|
|
||||||
roberth
|
|
||||||
tomberek
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue