1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

bumb dependencies

This commit is contained in:
Robin Appelman 2024-03-27 16:42:46 +01:00
commit 85215acaf0
3 changed files with 701 additions and 494 deletions

View file

@ -52,6 +52,7 @@
};
buildTarget = target: (cross-naersk'.buildPackage target) nearskOpt;
hostNaersk = cross-naersk'.hostNaersk;
toolchain = pkgs.rust-bin.stable.latest.default;
in rec {
# `nix build`
packages =
@ -75,7 +76,7 @@
devShells = {
default = cross-naersk'.mkShell targets {
nativeBuildInputs = with pkgs; [bacon cargo-edit cargo-outdated clippy];
nativeBuildInputs = with pkgs; [toolchain bacon cargo-edit cargo-outdated clippy];
};
};
}