Archived
1
0
Fork 0
This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
guix-packages/guix.scm

7 lines
144 B
Scheme
Raw Normal View History

2024-05-26 07:10:18 -05:00
(use-modules (guix channels)
(srfi srfi-1))
(channel
(name 'local-pkgs)
(url "https://git.sudoer777.dev/me/guix-packages.git"))