mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 15:30:14 +00:00
fix infinite recursion by namespacing new pkgs
This commit is contained in:
@ -20,7 +20,7 @@ in
|
||||
gitCredentialHelper.enable = true;
|
||||
settings.git_protocol = "https";
|
||||
extensions = [
|
||||
pkgs.gh-collaborators
|
||||
pkgs.nmasur.gh-collaborators
|
||||
pkgs.gh-dash
|
||||
pkgs.gh-copilot
|
||||
];
|
||||
|
Reference in New Issue
Block a user