aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/shell.nix
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-02-06 19:40:53 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-02-06 19:42:04 +0100
commitcf9392a33bb99ae581f818d3ddb8be1231521a02 (patch)
tree8295d8a4ed199c3263eadd8f1a508b98567a44f7 /games/rstnode/shell.nix
parent56d96b2f22bf6a61ff992b000215dc3a2c2448ad (diff)
rstnode: restructure project into workspace and sub-crates
Diffstat (limited to 'games/rstnode/shell.nix')
-rw-r--r--games/rstnode/shell.nix4
1 files changed, 2 insertions, 2 deletions
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 <nixpkgs> {};
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