From 0c97096826a44d8bf8a8bb516fbbdfc5a2e5e9c8 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Mon, 5 Oct 2020 00:42:20 +0100 Subject: [PATCH 1/2] Typos --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index c73ae7c..c99b243 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ # https://github.com/NixOS/nix/issues/3539 ). nvidiaVersionFile ? null, # Enable 32 bits driver - # This is one by default, you can switch it to off if you want to reduce a + # This is ne by default, you can switch it to off if you want to reduce a # bit the size of nixGL closure. enable32bits ? true, # Make sure to enable config.allowUnfree to the instance of nixpkgs to be -- 2.34.1 From 4acd0c41c6e9b516b64cc28ee08ad96a59cd36ef Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Mon, 5 Oct 2020 00:43:25 +0100 Subject: [PATCH 2/2] Typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e87f75f..f899e58 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ VkPhysicalDeviceProperties: ```bash building '/nix/store/ijs5h6h07faai0k74diiy5b2xlxh891g-auto-detect-nvidia.drv'... -pcregrep: Failed to open /proc/driver/nvidia/ersion: No such file or directory +pcregrep: Failed to open /proc/driver/nvidia/version: No such file or directory builder for '/nix/store/ijs5h6h07faai0k74diiy5b2xlxh891g-auto-detect-nvidia.drv' failed with exit code 2 error: build of '/nix/store/ijs5h6h07faai0k74diiy5b2xlxh891g-auto-detect-nvidia.drv' faile ``` -- 2.34.1