mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
nix-binary-cache: deprecate phases
This commit is contained in:
parent
202f0e817f
commit
121ed6bdf4
@ -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 New Issue
Block a user