Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/giuliano108/guix-packages
- Owner: giuliano108
- License: gpl-3.0
- Created: 2020-05-23T18:28:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T22:23:20.000Z (9 months ago)
- Last Synced: 2024-08-03T12:16:01.949Z (3 months ago)
- Topics: guix, wsl, wsl2
- Language: Scheme
- Homepage:
- Size: 67.4 KB
- Stars: 51
- Watchers: 3
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-guix - guix-packages
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)
```