manifest.scm: Reorder package listing (noop change)

This commit is contained in:
Collin J. Doering 2023-12-31 14:14:31 -05:00
parent 86f051167b
commit a53e0fd61b
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 11 additions and 10 deletions

View File

@ -1,11 +1,12 @@
(specifications->manifest
(list "bash"
"coreutils"
"gawk"
"git"
"grep"
"guix"
"node"
"nss-certs"
"openssh"
"sed"))
(list
"bash"
"coreutils"
"gawk"
"git"
"grep"
"guix"
"node"
"nss-certs"
"openssh"
"sed"))