environments with direnv and vm based config tests #9

Merged
steveej merged 30 commits from staging into master 2018-10-28 10:27:39 +00:00
3 changed files with 0 additions and 8 deletions
Showing only changes of commit e975628bdb - Show all commits

View file

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