guix-packages icon indicating copy to clipboard operation
guix-packages copied to clipboard

Guix on WSL2, packages and notes

This repo contains:

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

Use this repo as a channel:

(cons (channel
        (name 'giuliano108-guix-packages)
        (url "https://github.com/giuliano108/guix-packages"))
;;      (url "file:///home/giuliano/Documents/code/guix-packages"))
      %default-channels)