refactor: Fix map file extensions

This commit is contained in:
2025-10-30 14:45:16 -06:00
parent 8423bbf30f
commit 3afc3e370b

View File

@@ -6,7 +6,6 @@ builtins.mapAttrs
env.description = e.description; env.description = e.description;
maps = [ maps = [
(fetchurl { (fetchurl {
name = "${name}-src";
inherit (e.src) url hash; inherit (e.src) url hash;
}) })
]; ];