From 1261616bff04b6a5cb966778da8a336245c08979 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 2 Jan 2021 14:54:39 +0100 Subject: feat(Profpatsch/writers): add rustSimple writers A bunch of writer functions wrapping the `buildRustCrate` functionality of nixpkgs. Can be used to write inline rust code, or rust code read from files with `builtins.readFile`. Change-Id: I9d74e9381b858b485925e4dc3fbb7fc392877c0a Reviewed-on: https://cl.tvl.fyi/c/depot/+/2318 Reviewed-by: tazjin Reviewed-by: Profpatsch Tested-by: BuildkiteCI --- third_party/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party') diff --git a/third_party/default.nix b/third_party/default.nix index 453a64579d..ba307aeae4 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -135,6 +135,7 @@ let runCommandNoCC rustPlatform rustc + buildRustCrate s6-portable-utils sbcl shellcheck -- cgit 1.4.1