Skip to content

Commit

Permalink
misc: improve nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaqo committed Jul 26, 2024
1 parent 017511b commit c934e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ let
pkgs = import nixpkgs { config = {}; overlays = []; };
in
pkgs.mkShell {
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib/:/run/opengl-driver/lib/";
packages = with pkgs; [
python3
(poetry.override { python3 = python3; })
Expand Down

0 comments on commit c934e25

Please sign in to comment.