Revert "Revert "Fix mkTf2Config derivation names ending with a dash -""

This reverts commit 98673e8d34.
This commit is contained in:
2025-10-30 14:44:23 -06:00
parent 98673e8d34
commit 8423bbf30f
4 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ builtins.mapAttrs
pname = name;
custom = [
(fetchFromGitHub (builtins.removeAttrs e.src ["__type"] // {
inherit name;
name = "${name}-src";
}))
];
meta = {