mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
bumb dependencies
This commit is contained in:
parent
a6abcc8c1e
commit
85215acaf0
3 changed files with 701 additions and 494 deletions
|
|
@ -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];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue