diff options
author | EuAndreh <eu@euandre.org> | 2023-03-13 14:52:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-13 14:52:30 -0300 |
commit | d239e64a4b506a3194e8d84d5c189e7c8f6c3a9c (patch) | |
tree | c35e5ffbed653e4f4bd1efbf0aedd41feaaeb6dd | |
parent | system.scm: Adapt (ssh-file-for ...) function for new SSH key path (diff) | |
download | toph-d239e64a4b506a3194e8d84d5c189e7c8f6c3a9c.tar.gz toph-d239e64a4b506a3194e8d84d5c189e7c8f6c3a9c.tar.xz |
system.scm: Fix to new import path of personal channel
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show d239e64a4b506a3194e8d84d5c189e7c8f6c3a9c
git notes --ref=refs/notes/ci-data show d239e64a4b506a3194e8d84d5c189e7c8f6c3a9c
Exit status: 0
Duration: 216
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 5b5de00..509035e 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -2,7 +2,7 @@ ((ice-9 textual-ports) #:prefix textual-ports:) ((srfi srfi-1) #:prefix s1:) ((xyz euandreh heredoc) #:prefix heredoc:) - ((xyz euandreh queue) #:prefix queue:) + ((org euandre queue) #:prefix queue:) (gnu) (guix build-system trivial) (guix build utils) |