fix(ci): Remove UTF-8 codepoints

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2025-01-04 12:40:59 +01:00
parent 8ac5455d3f
commit cf391b2e8c
2 changed files with 1 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ jobs:
id: nix-update-hashes
run: |
nix develop .#ci --command sh <<'EOF'
export LC_CTYPE=C.UTF-8
VERSION="${{ steps.tags.outputs.next || steps.tags.outputs.current }}"
nix-update --flake gocov-merger

View File

@@ -66,7 +66,7 @@ buildGoModule {
'';
meta = {
description = "Zeroconf peer-to-peer mesh VPN using Wireguard® and Interactive Connectivity Establishment (ICE)";
description = "Zeroconf peer-to-peer mesh VPN using Wireguard and Interactive Connectivity Establishment (ICE)";
homepage = "https://cunicu.li";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;