mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
fix: flake.nix build failure and deprecation warning (#7408)
Signed-off-by: BridgerB <git@bridgerb.com>
This commit is contained in:
@@ -37,18 +37,13 @@
|
||||
++ pkgs.lib.optionals pkgs.stdenv.isDarwin darwinInputs;
|
||||
in
|
||||
{
|
||||
defaultPackage = pkgs.rustPlatform.buildRustPackage {
|
||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||
pname = cargoToml.package.name;
|
||||
version = workspaceToml.workspace.package.version;
|
||||
src = self;
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
# Patch required for Windows cross-compilation
|
||||
# See: https://github.com/nmathewson/crunchy/tree/cross-compilation-fix
|
||||
"crunchy-0.2.3" = "sha256-CBW3/JuMoNa6MWia6BQo07LQrH5JQbb20vuCqhyFL0Y=";
|
||||
};
|
||||
};
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user