mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
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:
@ -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=";
|
||||
};
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user