move away from deprecated crossLists

This commit is contained in:
Robin Appelman 2024-09-21 13:53:19 +02:00
commit 64704717c0
2 changed files with 19 additions and 10 deletions

View file

@ -8,7 +8,8 @@
bitstream ? null,
platform ? null,
...
}: stdenvNoCC.mkDerivation {
}:
stdenvNoCC.mkDerivation {
pname = "cynthion-gateware-${bitstream}";
version = "${cynthion-unwrapped.version}-${platform}";