envs/dev: restructure rust

This commit is contained in:
steveej 2018-09-16 18:52:24 +02:00
parent 1a4f4800f7
commit e975628bdb
3 changed files with 0 additions and 8 deletions

View file

@ -1,8 +0,0 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
zsh
rustup
];
}