From 180d711fd825a4075e2cb30847abe619b58af827 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Fri, 14 Jun 2024 16:33:54 -0400 Subject: [PATCH] Remove codename workaround as it's no longer required. Codename no longer has unicode character, so it's no longer an issue. When it's fixed upstream in dotnet, maybe unicode character will come back? --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 554ab49..19a88b5 100644 --- a/flake.nix +++ b/flake.nix @@ -109,7 +109,7 @@ system = "x86_64-linux"; modules = [ ./system/nixos-wsl/configuration.nix - ./system/dotnet_os_codename-workaround.nix + # ./system/dotnet_os_codename-workaround.nix # Source of this fix file is # https://github.com/nazarewk-iac/nix-configs # /modules/ascii-workaround.nix