{ stdenv }: stdenv.mkDerivation rec { pname = "hello"; version = "0.1"; src = ./.; installFlags = [ "PREFIX=$(out)" "EXEC=${pname}" ]; }