Skip to content

Commit

Permalink
nix: Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <nick@nickspinale.com>
  • Loading branch information
nspin committed Jun 21, 2024
1 parent b0e7ebe commit 558390b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hacking/nix/rust-utils/crate-utils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ rec {
};
in
lib.optionalAttrs (linker != null) {
target = {
"${targetTriple.name}".linker = linker;
};
target."${targetTriple.name}".linker = linker;
};
in
clobber [
Expand Down

0 comments on commit 558390b

Please sign in to comment.