build on aarch64 too
This commit is contained in:
parent
3a3162a1a3
commit
fde6041d05
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils, rust-overlay, cargo2nix, ... } @ inputs: flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
|
||||
outputs = { self, nixpkgs, flake-utils, rust-overlay, cargo2nix, ... } @ inputs: flake-utils.lib.eachSystem [ "aarch64-linux" "x86_64-linux" ] (system:
|
||||
let
|
||||
overlays = [
|
||||
cargo2nix.overlays.default
|
||||
|
|
|
@ -284,3 +284,5 @@ impl<T: Pointable + ?Sized, const BASE: usize> fmt::Pointer for ConstPtr<T, BASE
|
|||
fmt::Pointer::fmt(&self.wide(), f)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue