update lockfile, remove gh cli overlay

gh cli overlay no longer needed thanks to latest release which fixes
logs on composite actions
This commit is contained in:
Noah Masur
2023-06-24 12:33:03 -06:00
parent bacf1ab1fa
commit 7a74f0a504
3 changed files with 48 additions and 61 deletions

View File

@ -1,12 +0,0 @@
# Testing: https://github.com/cli/cli/issues/5011#issuecomment-1576931518
_final: prev: {
gh = prev.gh.overrideAttrs (old: {
src = prev.fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "420f63c3ec660d27182b713bd18459e7376f0a7a";
sha256 = "sha256-ik4YCQBTr9637dofrh/AcgoOBa8Bx9F+brUMpC8u5U8=";
};
});
}