Skip to content

Commit

Permalink
Update pkgs/by-name/ne/neohtop/package.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Arne Keller <[email protected]>
  • Loading branch information
HannesGitH and FliegendeWurst authored Nov 20, 2024
1 parent 46e83c0 commit 1dd625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ne/neohtop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec {
let
path = "${cargoRoot}/target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/bundle";
in
if stdenv.isDarwin then
if stdenv.hostPlatform.isDarwin then
''
mkdir -p $out/bin
mv ${path}/macos $out/Applications
Expand Down

0 comments on commit 1dd625a

Please sign in to comment.