infra/environments/rust/default.nix

8 lines
108 B
Nix

with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
zsh
rustup
];
}