From 1a2c31b3575a34ca0f77720d613df07bd2389644 Mon Sep 17 00:00:00 2001 From: Carter Ison Date: Mon, 29 Jan 2024 17:17:56 -0700 Subject: [PATCH] nixos-version: Add missing options Namely, '--configuration-revision' and '--json' were missing. --- _nixos-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_nixos-version b/_nixos-version index ece1b08..4a30e82 100644 --- a/_nixos-version +++ b/_nixos-version @@ -4,4 +4,4 @@ _nix-common-options _arguments \ - '(- *)'{--hash,--revision}'[Print only the git hash of the channel]'\ + '(- *)'{--hash,--revision,--configuration-revision,--json}'[Print only the git hash of the channel]'\