mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
update cross-naersk
This commit is contained in:
parent
2168a07e7c
commit
481362921e
2 changed files with 5 additions and 5 deletions
|
|
@ -42,8 +42,8 @@
|
|||
pname = "haze";
|
||||
root = src;
|
||||
};
|
||||
buildTarget = target: (cross-naersk' target).buildPackage nearskOpt;
|
||||
hostNaersk = (cross-naersk' hostTarget);
|
||||
buildTarget = target: (cross-naersk'.buildPackage target) nearskOpt;
|
||||
hostNaersk = cross-naersk'.hostNaersk;
|
||||
in
|
||||
rec {
|
||||
# `nix build`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue