From 26b6d4d8bfef6d86ba19c488da5e597e07f7aa54 Mon Sep 17 00:00:00 2001 From: BridgerB <6395506+BridgerB@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:20:39 -0700 Subject: [PATCH] fix: flake.nix build failure and deprecation warning (#7408) Signed-off-by: BridgerB --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 931af1674c..81669c3623 100644 --- a/flake.nix +++ b/flake.nix @@ -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; [