bunch of random stuff
This commit is contained in:
parent
c4aade597a
commit
955c38bc63
4 changed files with 23 additions and 6 deletions
|
@ -32,11 +32,12 @@
|
|||
userName = "cy";
|
||||
userEmail = "cy@cy7.sh";
|
||||
delta = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
options = {
|
||||
navigate = true;
|
||||
};
|
||||
};
|
||||
difftastic.enable = true;
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
push.autoSetupRemote = true; # assume -u on first push
|
||||
|
|
|
@ -132,6 +132,9 @@
|
|||
gtk2
|
||||
gtk2-x11
|
||||
android-tools
|
||||
frida-tools
|
||||
mitmproxy
|
||||
openssl
|
||||
(python313.withPackages (
|
||||
p: with p; [
|
||||
python-lsp-server
|
||||
|
@ -204,7 +207,7 @@
|
|||
SCCACHE_S3_USE_SSL = "true";
|
||||
SCCACHE_CACHE_MULTIARCH = "true";
|
||||
SCCACHE_LOG_LEVEL = "warn";
|
||||
AWS_DEFAULT_REGION = "earth";
|
||||
AWS_DEFAULT_REGION = "us-east-1";
|
||||
AWS_ENDPOINT_URL = "https://s3.cy7.sh";
|
||||
AWS_ACCESS_KEY_ID = "$(cat /run/secrets/aws/key_id)";
|
||||
AWS_SECRET_ACCESS_KEY = "$(cat /run/secrets/aws/key_secret)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue