1
0
Fork 0
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:
Robin Appelman 2023-06-27 14:08:30 +02:00
commit 481362921e
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -10,11 +10,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1686502198, "lastModified": 1687811683,
"narHash": "sha256-Ti8l6OOa/vpawiCJqiidE3vfsvVDfTQW4ls2PMSfoJE=", "narHash": "sha256-j0+0y2CBlwrbVkVEZajjAy9gdzHRNCq8hQTRe+QXTAQ=",
"owner": "icewind1991", "owner": "icewind1991",
"repo": "cross-naersk", "repo": "cross-naersk",
"rev": "2c2b9aae13700e4c3593aeef609dddb788fe5ae0", "rev": "5e987fcf0521602914773016b173403d0fa873f9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -42,8 +42,8 @@
pname = "haze"; pname = "haze";
root = src; root = src;
}; };
buildTarget = target: (cross-naersk' target).buildPackage nearskOpt; buildTarget = target: (cross-naersk'.buildPackage target) nearskOpt;
hostNaersk = (cross-naersk' hostTarget); hostNaersk = cross-naersk'.hostNaersk;
in in
rec { rec {
# `nix build` # `nix build`