environments: experiment with direnv

This commit is contained in:
steveej 2018-05-18 14:47:18 +02:00
parent 19c4a00650
commit 7210522683
2 changed files with 9 additions and 0 deletions

View file

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