From 67580be7461805430b0cee774fce72ba24fc2dda Mon Sep 17 00:00:00 2001 From: specCon18 Date: Sun, 14 May 2023 02:10:09 -0400 Subject: [PATCH] removed depricated shell.nix --- shell.nix | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 shell.nix diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 975f5f1..0000000 --- a/shell.nix +++ /dev/null @@ -1,32 +0,0 @@ -let - pkgs = import { }; - - libraries = with pkgs;[ - webkitgtk - gtk3 - cairo - gdk-pixbuf - glib - dbus - openssl_3 - ]; - - packages = with pkgs; [ - pkg-config - dbus - openssl_3 - glib - gtk3 - libsoup - webkitgtk - appimagekit - ]; -in -pkgs.mkShell { - buildInputs = packages; - - shellHook = - '' - export LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath libraries}:$LD_LIBRARY_PATH - ''; -} \ No newline at end of file