Remove shell.nix

This commit is contained in:
Leroy Hopson 2023-01-21 15:35:46 +13:00
parent 15e5b2b8c7
commit 6d17c574b3
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -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
];
}