1
0
Fork 0
guix-packages/guix.scm

7 lines
144 B
Scheme
Raw Normal View History

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