summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-22 18:16:35 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-22 18:16:35 +0200
commit121ed6bdf4059f14c095271a24e4d7a754c1c210 (patch)
treeea65bcb52337d0349cb6a68f5990932f655f8444 /pkgs/servers/http
parent202f0e817fdff097306babb32adc57029ea5b3cc (diff)
downloadnixpkgs-121ed6bdf4059f14c095271a24e4d7a754c1c210.tar
nixpkgs-121ed6bdf4059f14c095271a24e4d7a754c1c210.tar.gz
nixpkgs-121ed6bdf4059f14c095271a24e4d7a754c1c210.tar.bz2
nixpkgs-121ed6bdf4059f14c095271a24e4d7a754c1c210.tar.lz
nixpkgs-121ed6bdf4059f14c095271a24e4d7a754c1c210.tar.xz
nixpkgs-121ed6bdf4059f14c095271a24e4d7a754c1c210.tar.zst
nixpkgs-121ed6bdf4059f14c095271a24e4d7a754c1c210.zip
nix-binary-cache: deprecate phases
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/nix-binary-cache/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/nix-binary-cache/default.nix b/pkgs/servers/http/nix-binary-cache/default.nix
index 5baba231026..4f26610e10c 100644
--- a/pkgs/servers/http/nix-binary-cache/default.nix
+++ b/pkgs/servers/http/nix-binary-cache/default.nix
@@ -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"