Remove hack from shell

This commit is contained in:
Charlotte Van Petegem 2023-05-17 17:32:36 +02:00
parent a22deffd16
commit c3feb0968c
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -28,10 +28,4 @@
command = "mvn clean";
}
];
env = [
{
name = "LD_PRELOAD";
value = "${pkgs.xorg.libXtst}/lib/libXtst.so.6";
}
];
}