Revert "Fix mkTf2Config derivation names ending with a dash -"
This reverts commit 61c63737af.
Fixes JumpAcademy maps failing to build.
This commit is contained in:
@@ -5,7 +5,7 @@ builtins.mapAttrs
|
||||
pname = name;
|
||||
custom = [
|
||||
(fetchFromGitHub (builtins.removeAttrs e.src ["__type"] // {
|
||||
name = "${name}-src";
|
||||
inherit name;
|
||||
}))
|
||||
];
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user