Skip to content

Commit

Permalink
turbo: don't redefine name
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Sep 26, 2024
1 parent 66e4a3a commit 2a88cec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/by-name/tu/turbo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
disableUpdateNotifier ? true,
}:

symlinkJoin rec {
symlinkJoin {
pname = "turbo";
inherit (turbo-unwrapped) version;
name = "${pname}-${version}";

nativeBuildInputs = [ makeBinaryWrapper ];

Expand Down

0 comments on commit 2a88cec

Please sign in to comment.