From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H.Nasajpour" Subject: guix environment Date: Sat, 01 Jun 2019 21:23:21 +0430 Message-ID: <2a0a1c62-b7f5-4a9d-ba27-9a5c1637dca6@email.android.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hX7KV-0003Ui-OM for help-guix@gnu.org; Sat, 01 Jun 2019 12:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hX7GE-0004LY-6g for help-guix@gnu.org; Sat, 01 Jun 2019 12:53:39 -0400 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:51595) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hX7GD-0004KV-Nx for help-guix@gnu.org; Sat, 01 Jun 2019 12:53:38 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 17B77141B for ; Sat, 1 Jun 2019 12:53:35 -0400 (EDT) Received: from [172.16.100.6] (37.59.236.227.rdns.hasaserver.com [37.59.236.227]) by mail.messagingengine.com (Postfix) with ESMTPA id AADB6380083 for ; Sat, 1 Jun 2019 12:53:33 -0400 (EDT) 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 guys, I created an environment (`guix environment`), now I want to add some additional packages to it, how can I do that? Regards