From 5544bed59abca97a2e9fc7ec9f398a2ec62e039c Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Tue, 17 Dec 2024 12:59:14 +0300 Subject: [PATCH] fix(inventory): bulletproof cp for nixin-web --- inventory/nixin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/nixin.nix b/inventory/nixin.nix index 77e84b0..67074b6 100644 --- a/inventory/nixin.nix +++ b/inventory/nixin.nix @@ -17,7 +17,7 @@ let dontBuild = true; installPhase = '' mkdir -p $out - cp -r $src $out + cp -a -T $src $out ''; }; in