rls: tie version to rustc's

This commit is contained in:
Symphorien Gibol
2019-08-21 11:21:01 +02:00
committed by Bas van Dijk
parent bc0764421e
commit d9d0647046
3 changed files with 13 additions and 16 deletions
@@ -66,6 +66,7 @@
inherit CoreFoundation Security;
};
clippy = self.callPackage ./clippy.nix { inherit Security; };
rls = self.callPackage ./rls { inherit CoreFoundation Security; };
});
};
}