diff options
author | EuAndreh <eu@euandre.org> | 2023-03-31 18:44:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-31 18:45:56 -0300 |
commit | 46cc48c0adaa69a636573f11e2b4516bd7a41464 (patch) | |
tree | dcdf8fcaf2001ebc6ca48d1fd740d00398c832a1 | |
parent | git-post-receive.sh: Add missing "$NAME" argument to log entry (diff) | |
download | toph-46cc48c0adaa69a636573f11e2b4516bd7a41464.tar.gz toph-46cc48c0adaa69a636573f11e2b4516bd7a41464.tar.xz |
system.scm: Use "git" over "git-minimal" package
So we get the extra templates that exist in
`$PREFIX/share/git-core/templates` and are used when `init`ing a new
repository.
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 46cc48c0adaa69a636573f11e2b4516bd7a41464
git notes --ref=refs/notes/ci-data show 46cc48c0adaa69a636573f11e2b4516bd7a41464
Exit status: 0
Duration: 29
-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 d5f1969..c25502d 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -295,7 +295,7 @@ acl bind:utils file - git-minimal + git guile-heredoc entr lsof |