u/Fearless_School_5856

▲ 32 r/GUIX

[nonguix.org & guix.moe] [Aug. 23] Upcoming server merge and migration

Reposting the announcement ;)

Apart from the expected downtime, no action is required if you have authorized the signing key of substitutes.nonguix.org.

lists.gnu.org
u/Fearless_School_5856 — 13 days ago
▲ 43 r/GUIX+1 crossposts

Manage Nix packages in GNU Guix

Introducing the mega Nonguix :P

Here're what you'll need, details in the post.

Guix System

(operating-system
  ...
  (packages
   (with-nix-profile
    (append (list (nix-shell-wrapper "ghostty"
                    '("github:NixOS/nixpkgs/nixos-26.05#ghostty")
                    #:run-command '("ghostty")))
            ...)))
  (services
   (append (list (service nix-service-type)
                 (service nix-search-paths-service-type))
           ...)))

Guix Home

(home-environment
  ...
  (packages
   (with-nix-profile
    (append (list (nix-shell-wrapper "ghostty"
                    '("github:NixOS/nixpkgs/nixos-26.05#ghostty")
                    #:run-command '("ghostty")))
            ...)))
  (services
   (append (list (service home-nix-search-paths-service-type))
           ...)))
ultrarare.space
u/Fearless_School_5856 — 2 months ago