mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-21 17:20:25 +01:00
Remove shell.nix
This commit is contained in:
parent
15e5b2b8c7
commit
6d17c574b3
1 changed files with 0 additions and 16 deletions
16
shell.nix
16
shell.nix
|
@ -1,16 +0,0 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
pkgs.mkShell {
|
||||
LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
||||
vulkan-loader
|
||||
alsa-lib
|
||||
libGL
|
||||
libGLU
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXext
|
||||
xorg.libXfixes
|
||||
xorg.libXi
|
||||
xorg.libXinerama
|
||||
xorg.libXrandr
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue