From c1d42ef65419727f6b49bb6f7246967f46b7ba46 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Sat, 10 Apr 2021 12:17:27 -0400 Subject: [PATCH] CI --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0295ed6..4d34b93 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ See [Nix-ifying Rust projects](https://notes.srid.ca/rust-nix) for details. ## Adapting this template -Change `name` in Cargo.toml and flake.nix. Also change `description` in flake.nix. +- Change `name` in Cargo.toml and flake.nix. Also change `description` in flake.nix. +- There are two CI workflows, and one of them uses Nix which is slower than the other based on rustup. Pick one or the other depending on your trade-offs. ## Development (Flakes)