diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-20 22:19:24 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-22 20:35:15 -0400 |
commit | 4cf4dcb8b31274a8dfba6bae3a6826a1b521da3f (patch) | |
tree | a509036dc73ff679b6c6c5700bfbb60c26f92e09 /.gitignore | |
parent | 85f934ccffbdc63f60633f1768fceb275a4e8252 (diff) | |
download | guix-4cf4dcb8b31274a8dfba6bae3a6826a1b521da3f.tar.gz guix-4cf4dcb8b31274a8dfba6bae3a6826a1b521da3f.zip |
teams: Adjust shebang to use 'guix repl'.
This ensures the correct Guix dependencies are always available for the
script.
* etc/teams.scm.in: Rename to...
* etc/teams.scm: ... this. Adjust shebang.
* .gitignore: No longer ignore it.
* configure.ac: Do not process it with AC_CONFIG_FILES.
Reported-by: Clément Lassieur <clement@lassieur.org>
Fixes: https://issues.guix.gnu.org/66605
Change-Id: I7a01750c6c5f0696b6c36b1e6caa9389d9e6822c
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 543dc1c655..0f74b5da3d 100644 --- a/.gitignore +++ b/.gitignore @@ -68,7 +68,6 @@ /doc/version.texi /doc/version-*.texi /etc/committer.scm -/etc/teams.scm /etc/gnu-store.mount /etc/guix-daemon.cil /etc/guix-daemon.conf |