From 1a793cfedfe3a992f65d39ab76d9889afa2e4de7 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 30 Nov 2024 10:25:19 +0100 Subject: [PATCH] hello: change to test #360339 --- pkgs/by-name/he/hello/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/he/hello/package.nix b/pkgs/by-name/he/hello/package.nix index 0590131913f46..9ca5df2a2a410 100644 --- a/pkgs/by-name/he/hello/package.nix +++ b/pkgs/by-name/he/hello/package.nix @@ -35,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: { # Give hello some install checks for testing purpose. postInstallCheck = '' stat "''${!outputBin}/bin/${finalAttrs.meta.mainProgram}" + echo "to change the build" ''; passthru.tests = {