mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 14:24:07 +02:00
move away from deprecated crossLists
This commit is contained in:
parent
66e3dc8930
commit
64704717c0
2 changed files with 19 additions and 10 deletions
|
|
@ -8,7 +8,8 @@
|
|||
bitstream ? null,
|
||||
platform ? null,
|
||||
...
|
||||
}: stdenvNoCC.mkDerivation {
|
||||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "cynthion-gateware-${bitstream}";
|
||||
version = "${cynthion-unwrapped.version}-${platform}";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue