From efc9342fa6d30e6e1821bb4bad03f5e5a2f3bddc Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 30 Nov 2024 09:01:12 +0100 Subject: [PATCH] hello: add chagne --- 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..e1cbf4b1df8c4 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 "I got changed" ''; passthru.tests = {