infra/environments/rust/default.nix

9 lines
108 B
Nix
Raw Normal View History

2018-05-18 14:47:18 +02:00
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
zsh
rustup
];
}