unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Yasuaki Kudo <yasu@yasuaki.com>
To: Pierre Neidhardt <mail@ambrevar.xyz>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: Anyone using Nix on Guix System?
Date: Mon, 4 Jan 2021 22:23:08 +0900	[thread overview]
Message-ID: <D4E1A433-8ADF-43C9-83BF-6970ECE58118@yasuaki.com> (raw)
In-Reply-To: <877doumgm8.fsf@ambrevar.xyz>

Thank you, let me try this!  I will report later!

> On Jan 3, 2021, at 19:58, Pierre Neidhardt <mail@ambrevar.xyz> wrote:
> 
> Hi!
> 
> While I haven't used it in a few months, here is what I did to set it
> up:
> 
> --8<---------------cut here---------------start------------->8---
> (operating-system
>  (inherit %bababa/os)
>  (packages (cons* nix
>                   ...))
>  (services (cons*
>             (service nix-service-type)
>             ...
>             ))
>  )
> --8<---------------cut here---------------end--------------->8---
> 
> Then, as per the manual:
> 
> --8<---------------cut here---------------start------------->8---
>        • Add a Nix channel and update it.  See Nix Package Manager
>          Guide (https://nixos.org/nix/manual/).
> 
>        • Create a symlink to your profile and activate Nix profile:
> 
>          $ ln -s "/nix/var/nix/profiles/per-user/$USER/profile" ~/.nix-profile
>          $ source /run/current-system/profile/etc/profile.d/nix.sh
> --8<---------------cut here---------------end--------------->8---
> 
> Hope that helps!
> 
> -- 
> Pierre Neidhardt
> https://ambrevar.xyz/


      reply	other threads:[~2021-01-04 13:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-03  8:30 Anyone using Nix on Guix System? Yasuaki Kudo
2021-01-03 10:58 ` Pierre Neidhardt
2021-01-04 13:23   ` Yasuaki Kudo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D4E1A433-8ADF-43C9-83BF-6970ECE58118@yasuaki.com \
    --to=yasu@yasuaki.com \
    --cc=help-guix@gnu.org \
    --cc=mail@ambrevar.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).