change library

This commit is contained in:
Daniel Løvbrøtte Olsen
2019-03-27 16:05:08 +01:00
parent d2c3fc8ef3
commit d62fd0f5eb
4 changed files with 163 additions and 19 deletions

View File

@@ -15,6 +15,6 @@ with nixpkgs;
stdenv.mkDerivation {
name = "moz_overlay_shell";
buildInputs = [
rustStableChannel
rustNightlyChannel
];
}