From 76e4820d8a81dfdf41d9aac4f2dbebade9653c90 Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Mon, 5 Oct 2020 13:35:30 +0200 Subject: [PATCH] Update default.nix --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index c99b243..d667696 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 ne by default, you can switch it to off if you want to reduce a + # This is on 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