Skip to content

Commit

Permalink
TO BE SQUASHED: remove trailing whitespace because of editorconfig check
Browse files Browse the repository at this point in the history
Signed-off-by: jdev082 <jdev082@jdev.eu.org>
  • Loading branch information
jdev082 committed Oct 29, 2024
1 parent 5db2933 commit 85e5b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ju/junest/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation rec {
cp -r $src/bin/ $out/
cp -r $src/lib/ $out/
# cp -r $src/VERSION $out/
substituteInPlace $out/bin/junest --replace-fail '$(cat "$JUNEST_BASE"/VERSION)' ${version}
substituteInPlace $out/bin/junest --replace-fail '$(cat "$JUNEST_BASE"/VERSION)' ${version}
substituteInPlace $out/lib/core/common.sh --replace-fail "wget" ${lib.getExe wget}
runHook postInstall
Expand Down

0 comments on commit 85e5b14

Please sign in to comment.