From 0f91fc5890e58a92ac4339f044e4bdae216c11ad Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 18 Sep 2021 11:38:49 +0200 Subject: [PATCH] Install gh command --- overlays/pkgSets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/pkgSets.nix b/overlays/pkgSets.nix index 342f45d4..e42434ff 100644 --- a/overlays/pkgSets.nix +++ b/overlays/pkgSets.nix @@ -60,7 +60,7 @@ self: super: { inherit (self) go gdb mpc_cli ncmpcpp shfmt htmlTidy astyle nodejs tasksh magic-wormhole nixfmt nixpkgs-fmt rnix-lsp tmate rustup kitty nix-top ghcWithPackages ghcid matrix-commander upterm - lazygit + lazygit gh ; obelisk = (import self.sources.obelisk { }).command; };