test: no unicode in pass activation

This commit is contained in:
mikl 2026-07-01 16:42:29 +03:00
parent 3a0dbcca71
commit 43e6ca3e99

View file

@ -16,7 +16,7 @@
# Activation: ensure GPG key is available # Activation: ensure GPG key is available
# This is a best-effort setup that downloads from forgejo if needed # This is a best-effort setup that downloads from forgejo if needed
home.activation.passSetup = { home.activation.passSetup = {
data = builtins.toFile "pass-setup.sh" '' data = ''
# 1. Check if GPG has any keys # 1. Check if GPG has any keys
if ! gpg --list-secret-keys mikl@iscg.dev >/dev/null 2>&1; then if ! gpg --list-secret-keys mikl@iscg.dev >/dev/null 2>&1; then
echo "WARNING: GPG key for mikl@iscg.dev not found." echo "WARNING: GPG key for mikl@iscg.dev not found."