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
Sudoer777's Guix Server d558eeccfe
Restructure directories
2024-05-26 07:10:18 -05:00

6 lines
144 B
Scheme

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