DEBSOURCES
Skip Quicknav
sources / rust-barrel / 0.6.5-2 / shell.nix
12345678
with import <nixpkgs> {}; stdenv.mkDerivation { name = "qaul"; buildInputs = with pkgs; [ rustracer rustup clangStdenv ]; }