Loading pkgs/test/stdenv-inputs/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -42,14 +42,13 @@ in stdenv.mkDerivation { name = "stdenv-inputs-test"; phases = [ "buildPhase" ]; buildInputs = [ foo bar ]; buildPhase = '' buildCommand = '' env printf "checking whether binaries are available... " >&2 Loading Loading
pkgs/test/stdenv-inputs/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -42,14 +42,13 @@ in stdenv.mkDerivation { name = "stdenv-inputs-test"; phases = [ "buildPhase" ]; buildInputs = [ foo bar ]; buildPhase = '' buildCommand = '' env printf "checking whether binaries are available... " >&2 Loading