From fd542eb9a30e1872cd87b05d60e4cac1aa66466c Mon Sep 17 00:00:00 2001 From: sterni Date: Fri, 15 Apr 2022 13:32:33 +0200 Subject: feat(bin): add entry for niv Useful for channel updates. Change-Id: I77ff67fdacf0cff0e8b98f5f70f78e67d8762bbe Reviewed-on: https://cl.tvl.fyi/c/depot/+/5447 Tested-by: BuildkiteCI Reviewed-by: tazjin --- bin/__dispatch.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/__dispatch.sh') diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index a3d83873d7e8..a8a9d2652622 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -31,6 +31,9 @@ case "${TARGET_TOOL}" in nint) attr="nix.nint" ;; + niv) + attr="third_party.nixpkgs.niv" + ;; rebuild-system) attr="ops.nixos.rebuild-system" ;; -- cgit 1.4.1