Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giuliano108/guix-packages

Guix on WSL2, packages and notes
https://github.com/giuliano108/guix-packages

guix wsl wsl2

Last synced: 3 days ago
JSON representation

Guix on WSL2, packages and notes

Awesome Lists containing this project

README

        

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](https://guix.gnu.org/manual/en/html_node/Using-the-Configuration-System.html) declaration (check under `systems/`).

Use this repo as a [channel](https://guix.gnu.org/manual/en/html_node/Channels.html):

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