From 32a202068b177c1218632fee41179f651e3b08e9 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Wed, 18 Mar 2020 22:13:14 +0100 Subject: Adding steam-run to shell.nix --- shell.nix | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/shell.nix b/shell.nix index 232c8003324c..ade2d6e97361 100644 --- a/shell.nix +++ b/shell.nix @@ -1,13 +1,21 @@ with import {}; stdenv.mkDerivation { - name = "qaul"; + name = "rstnode"; buildInputs = with pkgs; [ - rustracer rustup clangStdenv - - cargo-watch - - # Required for the docs - mdbook graphviz - ]; + rustracer rustup clangStdenv stdenv + alsaLib pkg-config libudev steam-run + ] ++ (with pkgs.xlibs; [ + libGL + libGLU + libGL_driver + + libX11 + libXcursor + libXi + libXrandr + libXxf86vm + libxcb + libxkbcommon + ]); } -- cgit v1.2.3