https://github.com/tani/guix-vanilla
🍦 Original prebuilt package collection for GNU GUIX
https://github.com/tani/guix-vanilla
Last synced: 2 months ago
JSON representation
🍦 Original prebuilt package collection for GNU GUIX
- Host: GitHub
- URL: https://github.com/tani/guix-vanilla
- Owner: tani
- License: bsd-2-clause
- Created: 2020-05-13T10:05:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T20:34:04.000Z (over 1 year ago)
- Last Synced: 2025-02-09T23:50:05.544Z (4 months ago)
- Language: Scheme
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍦 GUIX Vanilla
Original prebuilt package collection for GNU GUIX# Installation
GUIX Vanilla can be installed as a Guix channel. To do so, add it to ~/.config/guix/channels.scm:```scheme
(cons* (channel
(name 'vanilla)
(url "https://github.com/nzt/guix-vanilla"))
%default-channels)
```