Compare commits

..

3 Commits

Author SHA1 Message Date
5658ffc15d Move github token to global nix options. 2025-01-19 14:42:46 +00:00
cd700ca5b5 Explicitly install nix so we can set options for it. 2025-01-19 14:35:25 +00:00
bfbbf7d9fa Install ipython. 2025-01-19 14:34:18 +00:00
3 changed files with 6 additions and 5 deletions

View File

@@ -8,4 +8,9 @@
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
# TODO: this should be a secret, maybe
nix.extraOptions = ''
access-tokens = github.com=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
'';
} }

View File

@@ -8,6 +8,7 @@
git git
home-manager home-manager
mosh mosh
python312Packages.ipython
ripgrep ripgrep
tmux tmux
zsh zsh

View File

@@ -359,11 +359,6 @@
lesspipe.enable = false; 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; nix-index-database.comma.enable = true;
nixvim = { nixvim = {