From 81b496021e972744bc9ac715bb3e6469fc176feb Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 4 Apr 2023 11:37:34 -0500 Subject: [PATCH] fix ambiguous unicode char --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f2a3947..6b3dbb2 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ }; patches = [ - # The TestRestoreWithPermissionFailure test fails in Nix’s build sandbox + # The TestRestoreWithPermissionFailure test fails in Nix's build sandbox ./0001-Skip-testing-restore-with-permission-failure.patch ];