From 414f0ef378108c780a39af5547bd5956c86e6f72 Mon Sep 17 00:00:00 2001 From: heng30 <2238288979@qq.com> Date: Tue, 23 Jul 2024 12:11:01 +0800 Subject: [PATCH] [*] improve ui --- shell.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 9a95e0c..11fb00b 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,4 @@ { pkgs ? import { } }: pkgs.mkShell { - packages = [ pkgs.libGL.dev ]; - inputsFrom = [ pkgs.libGL.dev ]; + buildInputs = with pkgs; [libGL.dev ]; }