Skip to content

Bost/guix-packages

 
 

Repository files navigation

This repo contains:

  • Some Guix packages not available (yet) in the main distro.
  • Scattered notes. Particularly about the steps involved in running it under Windows Subsistem for Linux 2 (WSL2).
  • Operating system declaration (check under systems/).

Use this repo as a channel:

See info "(guix) Invoking guix import" "Add a package to the distribution with as little work as possible"

set load_path $dev/guix-packages/packages/bost/packages/patches
guix pull                    && guix upgrade --load-path=$load_path
# or eventually
guix pull --allow-downgrades && guix upgrade --load-path=$load_path

# show installed versions
gxI '(emacs-spacemacs|spacemacs-rolling-release)'
(cons (channel
        (name 'bost)
        (url
         #; "https://github.com/Bost/guix-packages"
         (format #f "file://~a/guix-packages" (getenv "dev"))))
      %default-channels)

About

Guix on WSL2, packages and notes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scheme 95.1%
  • Emacs Lisp 3.3%
  • Shell 1.6%