Archived
1
0
Fork 0

Restructure directories

This commit is contained in:
Sudoer777's Guix Server 2024-05-26 07:10:18 -05:00
parent 354eaf2e84
commit d558eeccfe
Signed by untrusted user who does not match committer: me
GPG key ID: 030A38A3A5035E37
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,4 @@
(define-module (actual-server-installer)
(define-module (gnu packages actual-server-installer)
#:use-module (guix packages)
#:use-module (guix git-download)
#:use-module (guix build-system node)

6
guix.scm Normal file
View file

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