From 7fac6b5d1827b5d6713bfe9cdd9c15688d98621c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 21 Jul 2016 16:45:05 +0200 Subject: install instead of cp --- custom/notify-user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/notify-user.nix b/custom/notify-user.nix index f7fbc7c0..d1716e05 100644 --- a/custom/notify-user.nix +++ b/custom/notify-user.nix @@ -24,6 +24,6 @@ stdenv.mkDerivation { ''; installPhase = '' mkdir -p $out/bin - cp notify-${user} $out/bin + install notify-${user} $out/bin ''; } -- cgit v1.2.3