Try and make Nix use my GH token

This commit is contained in:
Gene Liverman 2025-03-12 16:08:58 -04:00 committed by Gene Liverman
parent e0ff72d7a7
commit 7db923d78c
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View file

@ -15,6 +15,7 @@
i2cssh_config.path = "/Users/${username}/.i2csshrc";
local_git_config.path = "/Users/${username}/.gitconfig-local";
local_private_env.path = "/Users/${username}/.private-env";
user_nix_conf.path = "/Users/${username}/.config/nix/nix.conf";
};
};
}