help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Anyone using Nix on Guix System?


From: Pierre Neidhardt
Subject: Re: Anyone using Nix on Guix System?
Date: Sun, 03 Jan 2021 11:58:39 +0100

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/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]