diff options
author | EuAndreh <eu@euandre.org> | 2023-03-21 11:51:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-21 11:51:41 -0300 |
commit | a39c158a663e0e7832d22b79f54c1758a6ec7f1d (patch) | |
tree | 40d454af015fcb5729a0130c86a65ed069046fc9 /src | |
parent | known_hosts.txt: Add keys for "azula" (diff) | |
download | server-a39c158a663e0e7832d22b79f54c1758a6ec7f1d.tar.gz server-a39c158a663e0e7832d22b79f54c1758a6ec7f1d.tar.xz |
system.scm: Strip "-latest" suffix from "guile-heredoc"
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show a39c158a663e0e7832d22b79f54c1758a6ec7f1d
git notes --ref=refs/notes/ci-data show a39c158a663e0e7832d22b79f54c1758a6ec7f1d
Exit status: 0
Duration: 18
Diffstat (limited to 'src')
-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 8011578..e58ffe9 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -293,7 +293,7 @@ bind:utils file git-minimal - guile-heredoc-latest + guile-heredoc entr lsof jq |