Merge pull request #131109 from Stunkymonkey/nix-binary-cache-phases

nix-binary-cache: deprecate phases
This commit is contained in:
Pavol Rusnak 2021-07-22 21:23:58 +02:00 committed by GitHub
commit 99c46e4731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2014-06-29-1";
pname = "nix-binary-cache";
phases = ["installPhase"];
dontUnpack = true;
installPhase = ''
mkdir -p "$out/bin"