mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Removed client dependencies from shell.nix
This commit is contained in:
12
shell.nix
12
shell.nix
@@ -2,21 +2,9 @@
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.electron
|
||||
pkgs.jdt-language-server
|
||||
pkgs.libxkbcommon
|
||||
pkgs.maven
|
||||
pkgs.mesa
|
||||
pkgs.nodePackages.prettier
|
||||
pkgs.nodejs
|
||||
pkgs.nss
|
||||
pkgs.openbox
|
||||
pkgs.openjdk
|
||||
pkgs.vulkan-loader
|
||||
pkgs.wayland
|
||||
pkgs.wayland-protocols
|
||||
pkgs.weston
|
||||
pkgs.xorg.xorgserver
|
||||
pkgs.xwayland
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user