mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 09:58:09 +01:00
15 lines
566 B
Makefile
15 lines
566 B
Makefile
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
# Copyright © 2022 Giacomo Leidi <goodoldpaul@autistici.org>
|
||
|
# Copyright © 2024 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
||
|
# Copyright © 2024 Wolf <wolf@wolfsden.cz>
|
||
|
|
||
|
# nonguix channel
|
||
|
channel_intro_commit = 897c1a470da759236cc11798f4e0a5f7d4d59fbc
|
||
|
channel_intro_signer = 2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5
|
||
|
|
||
|
authenticate:
|
||
|
echo "Authenticating Git checkout..." ; \
|
||
|
guix git authenticate \
|
||
|
--cache-key=channels/nonguix --stats \
|
||
|
"$(channel_intro_commit)" "$(channel_intro_signer)"
|