Add a GITHUB_TOKEN to my environment everywhere.
This commit is contained in:
parent
510ba8c3d9
commit
5de4937d6d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [ ./common.nix ];
|
imports = [ ./common.nix ];
|
||||||
|
|
||||||
|
home.sessionVariables.GITHUB_TOKEN = depot.ops.secrets.githubToken;
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitAndTools.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
|
|
Loading…
Reference in a new issue