Skip to content

Commit

Permalink
hello: add chagne
Browse files Browse the repository at this point in the history
  • Loading branch information
itepastra committed Nov 30, 2024
1 parent 555d26b commit efc9342
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 "I got changed"
'';

passthru.tests = {
Expand Down

0 comments on commit efc9342

Please sign in to comment.