From fd670cb9bc51e8d4488194fad87e99edde79d05e Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 24 Dec 2022 13:16:44 -0500 Subject: [PATCH] gh must be installed --- home/default.nix | 2 +- systems/darwin.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index ea0476e..7428059 100644 --- a/home/default.nix +++ b/home/default.nix @@ -30,7 +30,7 @@ # TODO: Use sessionPath after https://github.com/nix-community/home-manager/issues/3324 programs.zsh.initExtra = '' export PATH=/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin/:$PATH - # For 1Password CLI + # For 1Password CLI. This requires `pkgs.gh` to be installed. source $HOME/.config/op/plugins.sh ''; }; diff --git a/systems/darwin.nix b/systems/darwin.nix index 79a445c..ef46932 100644 --- a/systems/darwin.nix +++ b/systems/darwin.nix @@ -10,6 +10,7 @@ pandoc nodejs # Required for VSCode's webhint extension nil + gh nixpkgs-fmt emanote