From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reza Alizadeh Majd Subject: Guix packaging copy file to current users profile Date: Wed, 09 Jan 2019 17:53:00 +0330 Message-ID: <1547043780.2061976.1629855440.214C1A86@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghEl9-0003gf-RH for help-guix@gnu.org; Wed, 09 Jan 2019 09:23:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghEl7-0005nn-FM for help-guix@gnu.org; Wed, 09 Jan 2019 09:23:06 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:42383) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghEl6-0005mN-Pz for help-guix@gnu.org; Wed, 09 Jan 2019 09:23:05 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id A2FF6156D for ; Wed, 9 Jan 2019 09:23:01 -0500 (EST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi Everyone, How can I copy some configuration files, from my package archive to current users profile? I need to copy some additional files from package archive to `~/.guix-profile/` path. Thanks, Reza