Merge pull request #131109 from Stunkymonkey/nix-binary-cache-phases
nix-binary-cache: deprecate phases
This commit is contained in:
commit
99c46e4731
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue