Move github token to global nix options.
This commit is contained in:
@@ -8,4 +8,9 @@
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
# TODO: this should be a secret, maybe
|
||||
nix.extraOptions = ''
|
||||
access-tokens = github.com=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
|
||||
'';
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
git
|
||||
home-manager
|
||||
mosh
|
||||
nix
|
||||
python312Packages.ipython
|
||||
ripgrep
|
||||
tmux
|
||||
|
||||
@@ -359,11 +359,6 @@
|
||||
|
||||
lesspipe.enable = false;
|
||||
|
||||
# TODO: this should be a secret, maybe
|
||||
nix.extraOptions = ''
|
||||
access-tokens = github.com=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
|
||||
'';
|
||||
|
||||
nix-index-database.comma.enable = true;
|
||||
|
||||
nixvim = {
|
||||
|
||||
Reference in New Issue
Block a user