From 681ce9d77bc6f73835204f64a5609fe97bd110b6 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 2 May 2023 17:14:31 +0200 Subject: [PATCH] Format --- shells/objectgericht-project.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shells/objectgericht-project.nix b/shells/objectgericht-project.nix index 3d4abad7..91afbd8d 100644 --- a/shells/objectgericht-project.nix +++ b/shells/objectgericht-project.nix @@ -29,8 +29,8 @@ ]; env = [ { - name = "LD_PRELOAD"; - value = "${pkgs.xorg.libXtst}/lib/libXtst.so.6"; + name = "LD_PRELOAD"; + value = "${pkgs.xorg.libXtst}/lib/libXtst.so.6"; } ]; }