From 53b358b6d5f2035b39791c817625e4b043768050 Mon Sep 17 00:00:00 2001 From: Tyson Whitehead Date: Sat, 14 Jul 2018 00:40:44 -0400 Subject: [PATCH] README: Test build with stable branch setting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 992199a..c2275e9 100644 --- a/README.md +++ b/README.md @@ -263,13 +263,13 @@ by the hydra server. If significant changes have been made, these can be manually tested before pushing ```bash -nix-build release.nix --attr tested +nix-build release.nix --arg stableBranch true --attr tested ``` A build of the channel tarball can also be done ```bash -nix-build release.nix --attr channel +nix-build release.nix --arg stableBranch true --attr channel ``` The resulting channel tarball can even be imported as new channel