Fix mkTf2Config derivation names ending with a dash -

Also changed some of the source derivation names to keep our sanity
This commit is contained in:
Shelvacu
2025-06-29 19:16:52 -07:00
committed by Shelvacu on fw
parent 1b2a146025
commit 61c63737af
4 changed files with 5 additions and 3 deletions

View File

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