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