DEBSOURCES
Skip Quicknav
sources / rust-enum-unitary / 0.5.0-1 / shell.nix
1234
with import <nixpkgs> {}; pkgs.mkShell { buildInputs = [ rustup rust-analyzer ]; }