Skip to content

Commit

Permalink
[*] improve ui
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Jul 23, 2024
1 parent c0b7669 commit 414f0ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
packages = [ pkgs.libGL.dev ];
inputsFrom = [ pkgs.libGL.dev ];
buildInputs = with pkgs; [libGL.dev ];
}

0 comments on commit 414f0ef

Please sign in to comment.