From a56ad705f280b4e85a3051821e6a98a54c8d5c54 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Tue, 27 Oct 2020 01:01:11 -0400 Subject: [PATCH] add padding in channel script --- modules/cli.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/cli.nix b/modules/cli.nix index 76a551b..b58f4c6 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -51,9 +51,12 @@ [[ "$(<$nixos/.version-suffix)" =~ ^pre ]] && channel="unstable" || channel="$(<$nixos/.version)" + echo echo "nixos-$channel" + echo echo "$(<$nixos/.git-revision) current local" echo "$(curl --silent -L "https://channels.nixos.org/nixos-$channel/git-revision") latest available" + echo '') ];