From cf9392a33bb99ae581f818d3ddb8be1231521a02 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sat, 6 Feb 2021 19:40:53 +0100 Subject: rstnode: restructure project into workspace and sub-crates --- games/rstnode/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/rstnode/shell.nix') diff --git a/games/rstnode/shell.nix b/games/rstnode/shell.nix index 0cf2e03db1ec..98465394e67e 100644 --- a/games/rstnode/shell.nix +++ b/games/rstnode/shell.nix @@ -3,8 +3,8 @@ with import {}; stdenv.mkDerivation { name = "rstnode"; buildInputs = with pkgs; [ - rustc cargo clangStdenv stdenv rust-analyzer - alsaLib pkg-config libudev steam-run + rustc cargo clangStdenv rust-analyzer rustfmt + alsaLib pkg-config libudev ] ++ (with pkgs.xlibs; [ libGL libGLU -- cgit v1.2.3