1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
with import <nixpkgs> { }; stdenv.mkDerivation { name = "dwm-status"; buildInputs = [ cargo-edit cargo-release dbus dnsutils gdk_pixbuf iproute libnotify pkgconfig rustracer rustup wirelesstools xorg.libX11 ]; # RUST_BACKTRACE = 1; }