1
0
Fork 0
guix-packages/guix.scm

7 lines
144 B
Scheme

(use-modules (guix channels)
(srfi srfi-1))
(channel
(name 'local-pkgs)
(url "https://git.sudoer777.dev/me/guix-packages.git"))