Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
prinzdezibel committed Dec 16, 2024
1 parent 3435985 commit 6a177f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/rust/hooks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# from a stdenv platform (or a JSON file).
, target ? stdenv.hostPlatform.rust.cargoShortTarget
}:

{
cargoBuildHook = callPackage ({ }:
makeSetupHook {
Expand Down Expand Up @@ -76,7 +77,6 @@
};
} ./cargo-setup-hook.sh) {};


maturinBuildHook = callPackage ({ pkgsHostTarget }:
makeSetupHook {
name = "maturin-build-hook.sh";
Expand Down

0 comments on commit 6a177f5

Please sign in to comment.