Skip to content

Commit

Permalink
hello: change to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itepastra committed Nov 30, 2024
1 parent 05945d2 commit 502503b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/he/hello/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
# Give hello some install checks for testing purpose.
postInstallCheck = ''
stat "''${!outputBin}/bin/${finalAttrs.meta.mainProgram}"
echo "this is a test (again#2)"
'';

passthru.tests = {
Expand Down

0 comments on commit 502503b

Please sign in to comment.